Class MongoExplicitEncryptOptions


  • public class MongoExplicitEncryptOptions
    extends java.lang.Object
    Options for explicit encryption.
    • Method Detail

      • getKeyId

        public org.bson.BsonBinary getKeyId()
        Gets the key identifier
        Returns:
        the key identifier
      • getKeyAltName

        public java.lang.String getKeyAltName()
        Gets the key alternative name
        Returns:
        the key alternative name
      • getAlgorithm

        public java.lang.String getAlgorithm()
        Gets the encryption algorithm
        Returns:
        the encryption algorithm
      • getContentionFactor

        public java.lang.Long getContentionFactor()
        Gets the contention factor
        Returns:
        the contention factor
        Since:
        1.5
      • getQueryType

        public java.lang.String getQueryType()
        Gets the query type
        Returns:
        the query type
        Since:
        1.5
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object