Package com.mongodb.crypt.capi
Class MongoLocalKmsProviderOptions
- java.lang.Object
-
- com.mongodb.crypt.capi.MongoLocalKmsProviderOptions
-
public class MongoLocalKmsProviderOptions extends java.lang.ObjectThe options for configuring a local KMS provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMongoLocalKmsProviderOptions.BuilderThe builder for the options
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MongoLocalKmsProviderOptions.Builderbuilder()Construct a builder for the optionsjava.nio.ByteBuffergetLocalMasterKey()Gets the local master key
-
-
-
Method Detail
-
builder
public static MongoLocalKmsProviderOptions.Builder builder()
Construct a builder for the options- Returns:
- the builder
-
getLocalMasterKey
public java.nio.ByteBuffer getLocalMasterKey()
Gets the local master key- Returns:
- the local master key
-
-