Available on crate feature
in-use-encryption
only.Expand description
Support for explicit encryption.
Structs§
- AwsMaster
Key - An AWS master key.
- Azure
Master Key - An Azure master key.
- Client
Encryption - A handle to the key vault. Used to create data encryption keys, and to explicitly encrypt and decrypt values when auto-encryption is not an option.
- Client
Encryption Builder - Builder for constructing a
ClientEncryption
. Construct by callingClientEncryption::builder
. - Encrypted
Client Builder - A builder for constructing a
Client
with auto-encryption enabled. - GcpMaster
Key - A GCP master key.
- Kmip
Master Key - A KMIP master key.
- Local
Master Key - A local master key.
- Range
Options - The index options for a Queryable Encryption field supporting “range” queries. The options set must match the values set in the encryptedFields of the destination collection.
Enums§
- Encrypt
Key - An encryption key reference.
- Master
Key - A KMS-specific key used to encrypt data keys.