|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CSPException | |
|---|---|
| kz.gamma.crypto | |
| kz.gamma.jce.provider | |
| Uses of CSPException in kz.gamma.crypto |
|---|
| Methods in kz.gamma.crypto that throw CSPException | |
|---|---|
int |
Digest.doFinal(byte[] out,
int outOff)
close the digest, producing the final digest value. |
byte[] |
DSA.generateSignature(byte[] message)
sign the passed in message (usually the output of a hash function). |
int |
ExtendedDigest.getByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression function to. |
int |
Digest.getDigestSize()
return the size, in bytes, of the digest produced by this message digest. |
void |
Digest.reset()
reset the digest back to it's initial state. |
void |
Digest.update(byte in)
update the message digest with a single byte. |
boolean |
DSA.verifySignature(byte[] message,
byte[] sign)
verify the message message against the signature values r and s. |
| Uses of CSPException in kz.gamma.jce.provider |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||