Available on crate feature
in-use-encryption only.Expand description
Action builders for in-use encryption.
Structsยง
- Create
Data Key - Create a new key document and insert it into the key vault collection. Construct via
ClientEncryption::create_data_key. - Create
Encrypted Collection - Create a new collection with encrypted fields. Construct with
ClientEncryption::create_encrypted_collection. - Data
KeyOptions - Options for creating a data key.
- Encrypt
- Encrypt a value. Construct with
ClientEncryption::encrypt. - Encrypt
Options - Options for encrypting a value.