package vault
This package contains the Key Vault API
- Since
2.7
- Alphabetic
- By Inheritance
- vault
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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.
- Since
2.7
Value Members
- object ClientEncryptions
Factory for ClientEncryption implementations.
Factory for ClientEncryption implementations.
- Since
2.7
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: