Package org.apache.sshd.common.digest
Interface Digest
- All Superinterfaces:
AlgorithmNameProvider
,Comparable<Digest>
,DigestInformation
- All Known Implementing Classes:
BaseDigest
Interface used to compute digests, based on algorithms such as MD5 or SHA1. The digest implementation are compared
first by the algorithm name (case insensitive and second according to the block size
-
Method Summary
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.apache.sshd.common.digest.DigestInformation
getBlockSize