Uses of Interface
org.apache.sshd.common.BuiltinFactory
Packages that use BuiltinFactory
Package
Description
Cipher
implementations.Compression
implementations.Mac
implementations.Random
implementations.Signature
implementations.-
Uses of BuiltinFactory in org.apache.sshd.common
Methods in org.apache.sshd.common with type parameters of type BuiltinFactoryModifier and TypeMethodDescriptionstatic <T,
E extends BuiltinFactory<T>>
List<NamedFactory<T>> BuiltinFactory.setUpFactories
(boolean ignoreUnsupported, Collection<? extends E> preferred) -
Uses of BuiltinFactory in org.apache.sshd.common.cipher
Subinterfaces of BuiltinFactory in org.apache.sshd.common.cipherClasses in org.apache.sshd.common.cipher that implement BuiltinFactoryModifier and TypeClassDescriptionenum
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.compressionClasses in org.apache.sshd.common.compression that implement BuiltinFactory -
Uses of BuiltinFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement BuiltinFactoryModifier and TypeClassDescriptionenum
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.macClasses in org.apache.sshd.common.mac that implement BuiltinFactoryModifier and TypeClassDescriptionenum
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.randomClasses in org.apache.sshd.common.random that implement BuiltinFactoryModifier and TypeClassDescriptionclass
class
Named factory for the JCERandom
class
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.signatureClasses in org.apache.sshd.common.signature that implement BuiltinFactoryModifier and TypeClassDescriptionenum
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 BuiltinFactoryModifier and TypeClassDescriptionfinal class
Named factory for the BouncyCastleRandom