Uses of Interface
org.apache.sshd.common.BuiltinFactory
-
Packages that use BuiltinFactory Package Description org.apache.sshd.common org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.common.compression Compression
implementations.org.apache.sshd.common.config org.apache.sshd.common.mac Mac
implementations.org.apache.sshd.common.random Random
implementations.org.apache.sshd.common.signature Signature
implementations.org.apache.sshd.common.util.security.bouncycastle -
-
Uses of BuiltinFactory in org.apache.sshd.common
Methods in org.apache.sshd.common with type parameters of type BuiltinFactory Modifier and Type Method Description static <T,E extends BuiltinFactory<T>>
java.util.List<NamedFactory<T>>BuiltinFactory. setUpFactories(boolean ignoreUnsupported, java.util.Collection<? extends E> preferred)
-
Uses of BuiltinFactory in org.apache.sshd.common.cipher
Subinterfaces of BuiltinFactory in org.apache.sshd.common.cipher Modifier and Type Interface Description interface
CipherFactory
Classes in org.apache.sshd.common.cipher that implement BuiltinFactory Modifier and Type Class Description class
BuiltinCiphers
Provides easy access to the currently implemented ciphers -
Uses of BuiltinFactory in org.apache.sshd.common.compression
Subinterfaces of BuiltinFactory in org.apache.sshd.common.compression Modifier and Type Interface Description interface
CompressionFactory
Classes in org.apache.sshd.common.compression that implement BuiltinFactory Modifier and Type Class Description class
BuiltinCompressions
-
Uses of BuiltinFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement BuiltinFactory Modifier and Type Class Description class
CompressionConfigValue
Provides a "bridge" between the configuration values and the actualNamedFactory
for theCompression
. -
Uses of BuiltinFactory in org.apache.sshd.common.mac
Subinterfaces of BuiltinFactory in org.apache.sshd.common.mac Modifier and Type Interface Description interface
MacFactory
Classes in org.apache.sshd.common.mac that implement BuiltinFactory Modifier and Type Class Description class
BuiltinMacs
Provides easy access to the currently implemented macs -
Uses of BuiltinFactory in org.apache.sshd.common.random
Subinterfaces of BuiltinFactory in org.apache.sshd.common.random Modifier and Type Interface Description interface
RandomFactory
Classes in org.apache.sshd.common.random that implement BuiltinFactory Modifier and Type Class Description class
AbstractRandomFactory
class
JceRandomFactory
Named factory for the JCERandom
class
SingletonRandomFactory
A random factory wrapper that uses a single random instance. -
Uses of BuiltinFactory in org.apache.sshd.common.signature
Subinterfaces of BuiltinFactory in org.apache.sshd.common.signature Modifier and Type Interface Description interface
SignatureFactory
Classes in org.apache.sshd.common.signature that implement BuiltinFactory Modifier and Type Class Description class
BuiltinSignatures
Provides easy access to the currently implemented signatures -
Uses of BuiltinFactory in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement BuiltinFactory Modifier and Type Class Description class
BouncyCastleRandomFactory
Named factory for the BouncyCastleRandom
-