Package | Description |
---|---|
kz.gamma.crypto | |
kz.gamma.jce.provider |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
cryptopro() |
CRYPTOPRO() |
ecgost34310() |
ecsha1() |
ecsha256() |
gost2012_256() |
gost2012_512() |
GOST3411_2012_256() |
GOST3411_2012_512() |
GOST3411() |
kzgost34310() |
SHA1() |
SHA256() |
tumar() |
TUMAR() |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.