|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
General interface for an operator that is able to calculate a digest from a stream of output.
Method Summary | |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier 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. |
Method Detail |
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
public java.io.OutputStream getOutputStream()
public byte[] getDigest()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |