Home | Trees | Indices | Help |
|
---|
|
Instance Methods | |||
|
|||
|
|||
|
|||
|
Method Details |
|
Produce the PKCS#1 PSS signature of a message. This function is named RSASSA-PSS-SIGN, and is specified in section 8.1.1 of RFC3447.
Attention: Modify the salt length and the mask generation function only if you know what you are doing. The receiver must use the same parameters too. |
Verify that a certain PKCS#1 PSS signature is authentic. This function checks if the party holding the private half of the given RSA key has really signed the message. This function is called RSASSA-PSS-VERIFY, and is specified in section 8.1.2 of RFC3447.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 24 09:02:37 2012 | http://epydoc.sourceforge.net |