bitwarden_crypto::keys

Module asymmetric_crypto_key

Source

Structs§

AsymmetricCryptoKey
An asymmetric encryption key. Contains both the public and private key. Can be used to both encrypt and decrypt AsymmetricEncString.
AsymmetricPublicCryptoKey
An asymmetric public encryption key. Can only encrypt AsymmetricEncString, usually accompanied by a AsymmetricCryptoKey

Traits§

AsymmetricEncryptable
Trait to allow both AsymmetricCryptoKey and AsymmetricPublicCryptoKey to be used to encrypt AsymmetricEncString.