Method Crypto.RSA.PSSState()->pkcs_verify()

class Crypto.RSA.PSSState

Method pkcs_verify

local bool pkcs_verify(string(8bit) message, .Hash h, string(8bit) sign, int(0..)|void saltlen)

Description

Verify RSASSA-PSS signature sign of message message using hash algorithm h.

See also

RFC 3447 section 8.1.2