Module parsec_interface::operations::psa_key_attributes
source · [−]Expand description
Modules
PSA Cryptography API Wrapper
Structs
Native definition of the attributes needed to fully describe a cryptographic key.
Definition of the key ID.
Definition of the key policy, what is permitted to do with the key.
Definition of the usage flags. They encode what kind of operations are permitted on the key.
Enums
Enumeration of Diffie Hellman group families supported.
Enumeration of elliptic curve families supported. They are needed to create an ECC key.
The specific curve used for each family is given by the bits
field of the key attributes.
See the book for more details.
The lifetime of a key indicates where it is stored and which application and system actions will create and destroy it.
Enumeration of key types supported.