Structs§
- A unique key identifier for a private key on a NetHSM.
- The key data required when importing a secret key
- The validated setup for a cryptographic signing key
Enums§
- The cryptographic context in which a key is used
- The data for private key import
Constants§
- The minimum bit length for an RSA key
Functions§
- Ensures that a
KeyType
is compatible with an optional key length - Ensures that a
KeyType
is compatible with a list ofKeyMechanism
s - pad 🔒Creates a new vector with bytes in
buf
, left-padded with zeros so that the result is exactlylen
big. - Ensures that a
TlsKeyType
is compatible with an optional key length