Class ClientEncryptions
java.lang.Object
com.mongodb.reactivestreams.client.vault.ClientEncryptions
Factory for ClientEncryption implementations.
- Since:
- 1.12
- 
Method SummaryModifier and TypeMethodDescriptionstatic ClientEncryptioncreate(ClientEncryptionSettings options) Create a key vault with the given options.
- 
Method Details- 
createCreate a key vault with the given options.- Parameters:
- options- the key vault options
- Returns:
- the key vault
 
 
-