Package com.mongodb.client.vault
Class ClientEncryptions
java.lang.Object
com.mongodb.client.vault.ClientEncryptions
Factory for ClientEncryption implementations.
- Since:
- 3.11
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientEncryption
create
(ClientEncryptionSettings options) Create a key vault with the given options.
-
Method Details
-
create
Create a key vault with the given options.- Parameters:
options
- the key vault options- Returns:
- the key vault
-