public static final class MSCryptoDSASignature.NONEwithDSA extends MSCryptoDSASignature
MSCryptoDSASignature.NONEwithDSA, MSCryptoDSASignature.SHA1withDSAappRandom| Constructor and Description |
|---|
MSCryptoDSASignature.NONEwithDSA() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
getDigest()
Return the 20 byte hash value and reset the digest.
|
protected void |
resetDigest()
Reset digest.
|
protected void |
update(byte[] data,
int off,
int len)
Update an array of byte to be signed or verified.
|
engineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, nativeSignHashclone, engineGetParameters, engineInitSign, engineSetParameter, engineSign, engineUpdate, engineVerifypublic MSCryptoDSASignature.NONEwithDSA()
protected void update(byte[] data, int off, int len)
update in class MSCryptoDSASignatureprotected byte[] getDigest() throws SignatureException
getDigest in class MSCryptoDSASignatureSignatureExceptionprotected void resetDigest()
resetDigest in class MSCryptoDSASignature