Available on crate feature in-use-encryption-unstable only.
Expand description

Support for explicit encryption.

Structs

  • 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.
  • A pending ClientEncryption::create_data_key action.
  • A pending ClientEncryption::encrypt action.

Enums