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.agent.unix
Fields in org.apache.sshd.agent.unix declared as FactoryModifier and TypeFieldDescriptionprivate final Factory
<CloseableExecutorService> ChannelAgentForwardingFactory.executorServiceFactory
private Factory
<CloseableExecutorService> UnixAgentFactory.executorServiceFactory
Constructors in org.apache.sshd.agent.unix with parameters of type FactoryModifierConstructorDescriptionChannelAgentForwardingFactory
(String name, Factory<CloseableExecutorService> executorServiceFactory) UnixAgentFactory
(Factory<CloseableExecutorService> factory) -
Uses of Factory in org.apache.sshd.client
Fields in org.apache.sshd.client declared as Factory -
Uses of Factory in org.apache.sshd.client.auth
Classes in org.apache.sshd.client.auth that implement FactoryModifier and TypeClassDescriptionenum
Provides a centralized location for the default built-in authentication factories -
Uses of Factory in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement FactoryModifier and TypeClassDescriptionenum
Available digesters for known hosts entriesFields in org.apache.sshd.client.config.hosts declared as FactoryMethods 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) Constructors in org.apache.sshd.client.config.hosts with parameters of type Factory -
Uses of Factory in org.apache.sshd.common
Subinterfaces of Factory in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
A named optional factory.interface
NamedFactory<T>
A named factory is a factory identified by a name.Fields in org.apache.sshd.common declared as FactoryMethods in org.apache.sshd.common that return FactoryModifier and TypeMethodDescriptionFactoryManager.getRandomFactory()
Retrieve theRandom
factory to be used.Methods in org.apache.sshd.common with parameters of type Factory -
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 TypeClassDescriptionenum
Provides 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 TypeClassDescriptionenum
Provides a "bridge" between the configuration values and the actualNamedFactory
for 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 String
KeyUtils.getFingerPrint
(Factory<? extends Digest> f, String s) static String
KeyUtils.getFingerPrint
(Factory<? extends Digest> f, String s, Charset charset) static String
KeyUtils.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 TypeClassDescriptionenum
Provides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with parameters of type FactoryModifier and TypeMethodDescriptionstatic String
DigestUtils.getFingerPrint
(Factory<? extends Digest> f, byte... buf) static String
DigestUtils.getFingerPrint
(Factory<? extends Digest> f, byte[] buf, int offset, int len) static String
DigestUtils.getFingerPrint
(Factory<? extends Digest> f, String s) static String
DigestUtils.getFingerPrint
(Factory<? extends Digest> f, String s, Charset charset) -
Uses of Factory in org.apache.sshd.common.forward
Methods in org.apache.sshd.common.forward with parameters of type FactoryModifier and TypeMethodDescriptionprotected IoAcceptor
DefaultForwarder.createIoAcceptor
(Factory<? extends IoHandler> handlerFactory) -
Uses of Factory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as FactoryMethods in org.apache.sshd.common.helpers that return FactoryMethods in org.apache.sshd.common.helpers with parameters of type FactoryModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setRandomFactory
(Factory<? extends Random> randomFactory) -
Uses of Factory in org.apache.sshd.common.io
Subinterfaces of Factory in org.apache.sshd.common.ioClasses in org.apache.sshd.common.io that implement FactoryFields in org.apache.sshd.common.io declared as FactoryModifier and TypeFieldDescriptionprivate Factory
<CloseableExecutorService> AbstractIoServiceFactoryFactory.executorServiceFactory
Methods in org.apache.sshd.common.io that return FactoryMethods in org.apache.sshd.common.io with parameters of type FactoryModifier and TypeMethodDescriptionvoid
AbstractIoServiceFactoryFactory.setExecutorServiceFactory
(Factory<CloseableExecutorService> factory) void
IoServiceFactoryFactory.setExecutorServiceFactory
(Factory<CloseableExecutorService> factory) Constructors in org.apache.sshd.common.io with parameters of type FactoryModifierConstructorDescriptionprotected
protected
-
Uses of Factory in org.apache.sshd.common.io.nio2
Constructors in org.apache.sshd.common.io.nio2 with parameters of type FactoryModifierConstructorDescriptionNio2ServiceFactoryFactory
(Factory<CloseableExecutorService> executors) -
Uses of Factory in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as FactoryConstructors in org.apache.sshd.common.kex with parameters of type FactoryModifierConstructorDescriptionDHG
(Factory<? extends Digest> digestFactory, BigInteger pValue, BigInteger gValue) -
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 TypeClassDescriptionenum
Provides 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 TypeClassDescriptionclass
class
Named factory for the JCERandom
class
A 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 TypeClassDescriptionenum
Provides 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 class
Named factory for the BouncyCastleRandom
-
Uses of Factory in org.apache.sshd.server
Fields in org.apache.sshd.server declared as Factory -
Uses of Factory in org.apache.sshd.server.auth
Classes in org.apache.sshd.server.auth that implement FactoryModifier and TypeClassDescriptionenum
Provides a centralized location for the default built-in authentication factories