Uses of Interface
org.apache.sshd.common.digest.DigestFactory
Packages that use DigestFactory
-
Uses of DigestFactory in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher declared as DigestFactoryConstructors in org.apache.sshd.common.cipher with parameters of type DigestFactoryModifierConstructorDescriptionprivateECCurves(String name, int[] oid, 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 DigestFactoryModifier and TypeFieldDescriptionstatic final DigestFactoryKeyUtils.DEFAULT_FINGERPRINT_DIGEST_FACTORYThe defaultFactoryofDigests initialized as the value ofKeyUtils.getDefaultFingerPrintFactory()if not overridden byKeyUtils.KEY_FINGERPRINT_FACTORY_PROPorKeyUtils.setDefaultFingerPrintFactory(DigestFactory)Fields in org.apache.sshd.common.config.keys with type parameters of type DigestFactoryModifier and TypeFieldDescriptionprivate static final AtomicReference<DigestFactory> KeyUtils.DEFAULT_DIGEST_HOLDERMethods in org.apache.sshd.common.config.keys that return DigestFactoryMethods in org.apache.sshd.common.config.keys with parameters of type DigestFactoryModifier and TypeMethodDescriptionstatic voidKeyUtils.setDefaultFingerPrintFactory(DigestFactory f) -
Uses of DigestFactory in org.apache.sshd.common.digest
Classes in org.apache.sshd.common.digest that implement DigestFactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with type parameters of type DigestFactoryModifier and TypeMethodDescriptionstatic <F extends DigestFactory>
FDigestUtils.findFactoryByAlgorithm(String algo, Comparator<? super String> comp, Collection<? extends F> factories) -
Uses of DigestFactory in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as DigestFactoryConstructors in org.apache.sshd.common.kex with parameters of type DigestFactoryModifierConstructorDescriptionprivateMontgomeryCurve(String algorithm, int keySize, DigestFactory digestFactory, byte[] encodedPublicKeyPrefix)