Module yubihsm::commands::sign_rsa_pss[][src]

Compute an RSASSA-PSS signature of the SHA-256 hash of the given data

https://developers.yubico.com/YubiHSM2/Commands/Sign_Data_Pss.html

Structs

RSAPSSSignature

RSASSA-PSS signatures (ASN.1 DER encoded)

Constants

RSA_PSS_MAX_MESSAGE_SIZE

Maximum message size supported for RSASSA-PSS

Functions

sign_rsa_pss_sha256

Compute an RSASSA-PSS signature of the SHA-256 hash of the given data with the given key ID.