Package org.apache.sshd.common.digest
Interface DigestInformation
-
- All Superinterfaces:
AlgorithmNameProvider
- All Known Subinterfaces:
Digest
,DigestFactory
- All Known Implementing Classes:
BaseDigest
,BuiltinDigests
public interface DigestInformation extends AlgorithmNameProvider
The reported algorithm name refers to the type of digest being calculated.- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBlockSize()
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
-