Class ClientEncryptions

java.lang.Object
com.mongodb.reactivestreams.client.vault.ClientEncryptions

public final class ClientEncryptions extends Object
Factory for ClientEncryption implementations.
Since:
1.12
  • Method Details

    • 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