Interface DigestInformation
- All Superinterfaces:
AlgorithmNameProvider
- All Known Subinterfaces:
Digest, DigestFactory
- All Known Implementing Classes:
BaseDigest, BuiltinDigests
The reported algorithm name refers to the type of digest being calculated.
-
Method Summary
Methods inherited from interface AlgorithmNameProvider
getAlgorithm
-
Method Details
-
getBlockSize
int getBlockSize()- Returns:
- The number of bytes in the digest's output
-