[go: up one dir, main page]

Module csfle

Module csfle 

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

Action builders for in-use encryption.

Structsยง

CreateDataKey
Create a new key document and insert it into the key vault collection. Construct via ClientEncryption::create_data_key.
CreateEncryptedCollection
Create a new collection with encrypted fields. Construct with ClientEncryption::create_encrypted_collection.
DataKeyOptions
Options for creating a data key.
Encrypt
Encrypt a value. Construct with ClientEncryption::encrypt.
EncryptOptions
Options for encrypting a value.