Class ClientEncryptions


  • @Beta
    public final class ClientEncryptions
    extends java.lang.Object
    Factory for ClientEncryption implementations.

    Note: support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.

    Since:
    1.12
    • 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