Package org.apache.sshd.common.digest
Interface DigestFactory
-
- All Superinterfaces:
AlgorithmNameProvider
,DigestInformation
,Factory<Digest>
,NamedFactory<Digest>
,NamedResource
,OptionalFeature
,java.util.function.Supplier<Digest>
- All Known Implementing Classes:
BuiltinDigests
public interface DigestFactory extends DigestInformation, NamedFactory<Digest>, OptionalFeature
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
Methods inherited from interface org.apache.sshd.common.digest.DigestInformation
getBlockSize
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
-