|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PGPDigestCalculator
A digest calculator, which consumes a stream of data and computes a digest value over it.
Method Summary | |
---|---|
int |
getAlgorithm()
Return the algorithm number representing the digest implemented by
this calculator. |
byte[] |
getDigest()
Return the digest calculated on what has been written to the calculator's output stream. |
java.io.OutputStream |
getOutputStream()
Returns a stream that will accept data for the purpose of calculating a digest. |
void |
reset()
Reset the underlying digest calculator |
Method Detail |
---|
int getAlgorithm()
algorithm number
representing the digest implemented by
this calculator.
java.io.OutputStream getOutputStream()
byte[] getDigest()
void reset()
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |