Class ClientEncryptions



  • public final class ClientEncryptions
    extends java.lang.Object
    Factory for ClientEncryption implementations.
    Since:
    3.11
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ClientEncryption create​(com.mongodb.ClientEncryptionSettings options)
      Create a key vault with the given options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static ClientEncryption create​(com.mongodb.ClientEncryptionSettings options)
        Create a key vault with the given options.
        Parameters:
        options - the key vault options
        Returns:
        the key vault