[][src]Type Definition roughenough::kms::EncryptedDEK

type EncryptedDEK = Vec<u8>;

A Data Encryption Key (DEK) that has been encrypted (wrapped) by a Key Management System (KMS).

This is an opaque, implementation-specific value. AEAD tag size, nonce size, provider metadata, and so on will vary between KmsProvider implementations.