Package org.apache.sshd.common.digest
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 org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
Method Details
-
getBlockSize
int getBlockSize()- Returns:
- The number of bytes in the digest's output
-