Expand description
OpenPGP related signing facilities for NetHSM.
Structsยง
- NetHsm
Key - Access to signature creation with a specific key in a
NetHsm. - Owned
NetHsm Key - Owned access to signature creation with a specific key in a
NetHsm.
Functionsยง
- ec_
public_ ๐key_ data_ to_ bytes - Converts base64-encoded EC public key data into a vector of bytes.
- nethsm_
signature_ ๐type - Returns a
SignatureTypefor a [KeyType]. - prepare_
digest_ ๐data_ for_ openpgp - Transforms the raw digest data for cryptographic signing with OpenPGP.
- raw_
signature_ ๐to_ mpis - Parses raw signature bytes as vector of algorithm-specific multiple precision integers (MPIs).