Uses of Interface
org.apache.sshd.common.digest.DigestFactory
-
Packages that use DigestFactory Package Description org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.common.config.keys org.apache.sshd.common.digest Digest
implementations. -
-
Uses of DigestFactory in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher declared as DigestFactory Modifier and Type Field Description private DigestFactory
ECCurves. digestFactory
Constructors in org.apache.sshd.common.cipher with parameters of type DigestFactory Constructor Description ECCurves(java.lang.String name, int[] oid, java.security.spec.ECParameterSpec params, int numOctets, DigestFactory digestFactory)
-
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 DigestFactory
KeyUtils. DEFAULT_FINGERPRINT_DIGEST_FACTORY
The defaultFactory
ofDigest
s initialized as the value ofKeyUtils.getDefaultFingerPrintFactory()
if not overridden byKeyUtils.KEY_FINGERPRINT_FACTORY_PROP
orKeyUtils.setDefaultFingerPrintFactory(DigestFactory)
Fields in org.apache.sshd.common.config.keys with type parameters of type DigestFactory Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReference<DigestFactory>
KeyUtils. DEFAULT_DIGEST_HOLDER
Methods in org.apache.sshd.common.config.keys that return DigestFactory Modifier and Type Method Description static DigestFactory
KeyUtils. getDefaultFingerPrintFactory()
Methods in org.apache.sshd.common.config.keys with parameters of type DigestFactory Modifier and Type Method Description static void
KeyUtils. 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 class
BuiltinDigests
Provides 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(java.lang.String algo, java.util.Comparator<? super java.lang.String> comp, java.util.Collection<? extends F> factories)
-