[][src]Module parsec_interface::operations::key_attributes

Structs

Algorithm

Wrapper around AlgorithmInner, used to statically ensure that any algorithm used in KeyAttributes is a valid combination of algorithms and options.

KeyAttributes

Native definition of the attributes needed to fully describe a cryptographic key.

Enums

AeadAlgorithm

Enumeration of authenticated encryption with additional data algorithms supported.

AlgorithmInner

Enumeration of possible algorithm definitions that can be attached to cryptographic keys.

AsymmetricEncryptionAlgorithm

Enumeration of asymmetric encryption algorithms supported.

CipherAlgorithm

Enumeration of symmetric encryption algorithms supported.

EccCurve

Enumeration of elliptic curves supported.

HashAlgorithm

Enumeration of hash algorithms supported.

KeyAgreementAlgorithm

Enumeration of key agreement algorithms supported.

KeyDerivationFunction

Enumeration of key derivation functions supported.

KeyType

Enumeration of key types supported.

MacAlgorithm

Enumeration of message authentication code algorithms supported.

SignAlgorithm

Enumeration of asymmetric signing algorithms supported.