verifyRSASSAPSSSignature()
Verifies an RSASSA-PSS signature using MGF1.
Definition
function verifyRSASSAPSSSignature(
publicKey: RSAPublicKey,
MessageHashAlgorithm: HashAlgorithm,
MGF1HashAlgorithm: HashAlgorithm,
saltLength: number,
hashed: Uint8Array,
signature: Uint8Array
): boolean;
Parameters
publicKeyMessageHashAlgorithm: The hash algorithm used for hashing the message.MGF1HashAlgorithm: The hash algorithm used for MGF1 (usually the same asMessageHashAlgorithm).saltLength: The salt length in bytes.hashedmessage