Package com.mongodb.async.client.vault
Class ClientEncryptions
- java.lang.Object
-
- com.mongodb.async.client.vault.ClientEncryptions
-
public final class ClientEncryptions extends Object
Factory for ClientEncryption implementations.- Since:
- 3.11
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientEncryption
create(ClientEncryptionSettings options)
Create a key vault with the given options.
-
-
-
Method Detail
-
create
public static ClientEncryption create(ClientEncryptionSettings options)
Create a key vault with the given options.- Parameters:
options
- the key vault options- Returns:
- the key vault
-
-