package vault
This package contains the Key Vault API
- Since
2.7
- Note
support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.
- Alphabetic
- By Inheritance
- vault
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
ClientEncryption(wrapped: com.mongodb.reactivestreams.client.vault.ClientEncryption) extends Closeable with Product with Serializable
The Key vault.
The Key vault.
Used to create data encryption keys, and to explicitly encrypt and decrypt values when auto-encryption is not an option.
- Annotations
- @Beta()
- Since
2.7
- Note
support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.
Value Members
-
object
ClientEncryptions
Factory for ClientEncryption implementations.
Factory for ClientEncryption implementations.
- Annotations
- @Beta()
- Since
2.7
- Note
support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.