Uses of Interface
org.apache.sshd.common.Factory
Packages that use Factory
Package
Description
Cipher implementations.Compression
implementations.Digest implementations.Mac implementations.Random implementations.Signature implementations.-
Uses of Factory in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement FactoryModifier and TypeClassDescriptionenumAvailable digesters for known hosts entriesMethods in org.apache.sshd.client.config.hosts with parameters of type FactoryModifier and TypeMethodDescriptionstatic byte[]KnownHostHashValue.calculateHashValue(String host, int port, Factory<? extends Mac> factory, byte[] salt) -
Uses of Factory in org.apache.sshd.common
Subinterfaces of Factory in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterfaceA named optional factory.interfaceNamedFactory<T>A named factory is a factory identified by a name. -
Uses of Factory in org.apache.sshd.common.cipher
Subinterfaces of Factory in org.apache.sshd.common.cipherClasses in org.apache.sshd.common.cipher that implement FactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented ciphers -
Uses of Factory in org.apache.sshd.common.compression
Subinterfaces of Factory in org.apache.sshd.common.compressionClasses in org.apache.sshd.common.compression that implement Factory -
Uses of Factory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement FactoryModifier and TypeClassDescriptionenumProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression. -
Uses of Factory in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys with parameters of type FactoryModifier and TypeMethodDescriptionKeyUtils.checkFingerPrint(String expected, Factory<? extends Digest> f, PublicKey key) static StringKeyUtils.getFingerPrint(Factory<? extends Digest> f, String s) static StringKeyUtils.getFingerPrint(Factory<? extends Digest> f, String s, Charset charset) static StringKeyUtils.getFingerPrint(Factory<? extends Digest> f, PublicKey key) static byte[]KeyUtils.getRawFingerprint(Factory<? extends Digest> f, PublicKey key) Constructors in org.apache.sshd.common.config.keys with parameters of type Factory -
Uses of Factory in org.apache.sshd.common.digest
Subinterfaces of Factory in org.apache.sshd.common.digestClasses in org.apache.sshd.common.digest that implement FactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with parameters of type FactoryModifier and TypeMethodDescriptionstatic StringDigestUtils.getFingerPrint(Factory<? extends Digest> f, byte... buf) static StringDigestUtils.getFingerPrint(Factory<? extends Digest> f, byte[] buf, int offset, int len) static StringDigestUtils.getFingerPrint(Factory<? extends Digest> f, String s) static StringDigestUtils.getFingerPrint(Factory<? extends Digest> f, String s, Charset charset) -
Uses of Factory in org.apache.sshd.common.io
Subinterfaces of Factory in org.apache.sshd.common.io -
Uses of Factory in org.apache.sshd.common.mac
Subinterfaces of Factory in org.apache.sshd.common.macClasses in org.apache.sshd.common.mac that implement FactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented macs -
Uses of Factory in org.apache.sshd.common.random
Subinterfaces of Factory in org.apache.sshd.common.randomClasses in org.apache.sshd.common.random that implement FactoryModifier and TypeClassDescriptionclassclassNamed factory for the JCERandomclassA random factory wrapper that uses a single random instance. -
Uses of Factory in org.apache.sshd.common.signature
Subinterfaces of Factory in org.apache.sshd.common.signatureClasses in org.apache.sshd.common.signature that implement FactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented signatures -
Uses of Factory in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement FactoryModifier and TypeClassDescriptionfinal classNamed factory for the BouncyCastleRandom