Class MongoCryptOptions


  • public class MongoCryptOptions
    extends java.lang.Object
    The options for configuring MongoCrypt.
    • Method Detail

      • getAwsKmsProviderOptions

        public MongoAwsKmsProviderOptions getAwsKmsProviderOptions()
        Gets the AWS KMS provider options.
        Returns:
        the AWS KMS provider options, which may be null
      • getLocalKmsProviderOptions

        public MongoLocalKmsProviderOptions getLocalKmsProviderOptions()
        Gets the local KMS provider options.
        Returns:
        the local KMS provider options, which may be null
      • getLocalSchemaMap

        public java.util.Map<java.lang.String,​org.bson.BsonDocument> getLocalSchemaMap()
        Gets the local schema map.
        Returns:
        the local schema map