public interface DigestCalculator
Modifier and Type | Method and Description |
---|---|
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.
|
OutputStream |
getOutputStream()
Returns a stream that will accept data for the purpose of calculating
a digest.
|
AlgorithmIdentifier getAlgorithmIdentifier()
OutputStream getOutputStream()
byte[] getDigest()
Copyright © 2015. All rights reserved.