Module key_encryptable

Source

Traitsยง

CryptoKey
KeyContainer
KeyDecryptable
KeyEncryptable
An encryption operation that takes the input value and encrypts it into the output value using a key reference. Implementing this requires a content type to be specified in the implementation.
KeyEncryptableWithContentType ๐Ÿ”’
An encryption operation that takes the input value and encrypts it into the output value using a key reference, with an externally provided content type.