Uses of Interface
org.apache.sshd.common.Factory
-
Packages that use Factory Package Description org.apache.sshd.client.config.hosts org.apache.sshd.common org.apache.sshd.common.cipher Cipherimplementations.org.apache.sshd.common.compression Compressionimplementations.org.apache.sshd.common.config org.apache.sshd.common.config.keys org.apache.sshd.common.digest Digestimplementations.org.apache.sshd.common.io org.apache.sshd.common.mac Macimplementations.org.apache.sshd.common.random Randomimplementations.org.apache.sshd.common.signature Signatureimplementations.org.apache.sshd.common.util.security.bouncycastle -
-
Uses of Factory in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement Factory Modifier and Type Class Description classKnownHostDigestAvailable digesters for known hosts entriesMethods in org.apache.sshd.client.config.hosts with parameters of type Factory Modifier and Type Method Description static 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.common Modifier and Type Interface Description interfaceBuiltinFactory<T>A 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.cipher Modifier and Type Interface Description interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement Factory Modifier and Type Class Description classBuiltinCiphersProvides easy access to the currently implemented ciphers -
Uses of Factory in org.apache.sshd.common.compression
Subinterfaces of Factory in org.apache.sshd.common.compression Modifier and Type Interface Description interfaceCompressionFactoryClasses in org.apache.sshd.common.compression that implement Factory Modifier and Type Class Description classBuiltinCompressions -
Uses of Factory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement Factory Modifier and Type Class Description classCompressionConfigValueProvides 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 Factory Modifier and Type Method Description static AbstractMap.SimpleImmutableEntry<Boolean,String>KeyUtils. 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 Constructor Description KeyRandomArt(PublicKey key, Factory<? extends Digest> f) -
Uses of Factory in org.apache.sshd.common.digest
Subinterfaces of Factory in org.apache.sshd.common.digest Modifier and Type Interface Description interfaceDigestFactoryClasses in org.apache.sshd.common.digest that implement Factory Modifier and Type Class Description classBuiltinDigestsProvides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with parameters of type Factory Modifier and Type Method Description static 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 Modifier and Type Interface Description interfaceIoHandlerFactory -
Uses of Factory in org.apache.sshd.common.mac
Subinterfaces of Factory in org.apache.sshd.common.mac Modifier and Type Interface Description interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement Factory Modifier and Type Class Description classBuiltinMacsProvides easy access to the currently implemented macs -
Uses of Factory in org.apache.sshd.common.random
Subinterfaces of Factory in org.apache.sshd.common.random Modifier and Type Interface Description interfaceRandomFactoryClasses in org.apache.sshd.common.random that implement Factory Modifier and Type Class Description classAbstractRandomFactoryclassJceRandomFactoryNamed factory for the JCERandomclassSingletonRandomFactoryA 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.signature Modifier and Type Interface Description interfaceSignatureFactoryClasses in org.apache.sshd.common.signature that implement Factory Modifier and Type Class Description classBuiltinSignaturesProvides 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 Factory Modifier and Type Class Description classBouncyCastleRandomFactoryNamed factory for the BouncyCastleRandom
-