Uses of Interface
org.apache.sshd.common.digest.DigestFactory
-
Packages that use DigestFactory Package Description org.apache.sshd.common.config.keys org.apache.sshd.common.digest Digestimplementations. -
-
Uses of DigestFactory in org.apache.sshd.common.config.keys
Fields in org.apache.sshd.common.config.keys declared as DigestFactory Modifier and Type Field Description static DigestFactoryKeyUtils. DEFAULT_FINGERPRINT_DIGEST_FACTORYThe defaultFactoryofDigests initialized as the value ofKeyUtils.getDefaultFingerPrintFactory()if not overridden byKeyUtils.KEY_FINGERPRINT_FACTORY_PROPorKeyUtils.setDefaultFingerPrintFactory(DigestFactory)Methods in org.apache.sshd.common.config.keys that return DigestFactory Modifier and Type Method Description static DigestFactoryKeyUtils. getDefaultFingerPrintFactory()Methods in org.apache.sshd.common.config.keys with parameters of type DigestFactory Modifier and Type Method Description static voidKeyUtils. setDefaultFingerPrintFactory(DigestFactory f) -
Uses of DigestFactory in org.apache.sshd.common.digest
Classes in org.apache.sshd.common.digest that implement DigestFactory Modifier and Type Class Description classBuiltinDigestsProvides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with type parameters of type DigestFactory Modifier and Type Method Description static <F extends DigestFactory>
FDigestUtils. findFactoryByAlgorithm(String algo, Comparator<? super String> comp, Collection<? extends F> factories)
-