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
      • toString

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