DIGEST_ALGORITHM
protected static final OID DIGEST_ALGORITHM
digestAlgorithm OBJECT IDENTIFIER ::=
{ iso(1) member-body(2) US(840) rsadsi(113549) digestAlgorithm(2) }
digestAlgorithm
protected final OID digestAlgorithm
md
protected final MessageDigest md
signerKey
protected RSAPrivateKey signerKey
verifierKey
protected RSAPublicKey verifierKey
clone
public Object clone()
throws CloneNotSupportedException
engineGetParameter
protected Object engineGetParameter(String param)
engineInitSign
protected void engineInitSign(PrivateKey privateKey)
throws InvalidKeyException
engineInitSign
protected void engineInitSign(PrivateKey privateKey,
SecureRandom random)
throws InvalidKeyException
engineInitVerify
protected void engineInitVerify(PublicKey publicKey)
throws InvalidKeyException
engineSetParameter
protected void engineSetParameter(String param,
Object value)
engineSign
protected byte[] engineSign()
throws SignatureException
engineSign
protected int engineSign(byte[] out,
int off,
int len)
throws SignatureException
engineUpdate
protected void engineUpdate(byte b)
throws SignatureException
engineUpdate
protected void engineUpdate(byte[] buf,
int off,
int len)
throws SignatureException
engineVerify
protected boolean engineVerify(byte[] sig)
throws SignatureException
engineVerify
protected boolean engineVerify(byte[] sig,
int off,
int len)
throws SignatureException