gnu.crypto.sig.rsa
public class RSAPKCS1V1_5Signature extends BaseSignature
The RSA-PKCS1-V1.5 signature scheme is a digital signature scheme with appendix (SSA) combining the RSA algorithm with the EMSA-PKCS1-v1_5 encoding method.
References:
Version: $Revision: 1.3 $
Constructor Summary | |
---|---|
RSAPKCS1V1_5Signature()
Default 0-arguments constructor. | |
RSAPKCS1V1_5Signature(String mdName) Constructs an instance of this object using the designated message digest algorithm as its underlying hash function. |
Method Summary | |
---|---|
Object | clone() |
protected Object | generateSignature() |
protected void | setupForSigning(PrivateKey k) |
protected void | setupForVerification(PublicKey k) |
protected boolean | verifySignature(Object sig) |
Constructs an instance of this object using the designated message digest algorithm as its underlying hash function.
Parameters: mdName the canonical name of the underlying hash function.