Uses of Interface
org.apache.sshd.common.BuiltinFactory
-
Packages that use BuiltinFactory Package Description 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.mac Macimplementations.org.apache.sshd.common.random Randomimplementations.org.apache.sshd.common.signature Signatureimplementations.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>>
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.cipher Modifier and Type Interface Description interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement BuiltinFactory Modifier and Type Class Description classBuiltinCiphersProvides 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 interfaceCompressionFactoryClasses in org.apache.sshd.common.compression that implement BuiltinFactory Modifier and Type Class Description classBuiltinCompressions -
Uses of BuiltinFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement BuiltinFactory Modifier and Type Class Description classCompressionConfigValueProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression. -
Uses of BuiltinFactory in org.apache.sshd.common.mac
Subinterfaces of BuiltinFactory in org.apache.sshd.common.mac Modifier and Type Interface Description interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement BuiltinFactory Modifier and Type Class Description classBuiltinMacsProvides 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 interfaceRandomFactoryClasses in org.apache.sshd.common.random that implement BuiltinFactory Modifier and Type Class Description classAbstractRandomFactoryclassJceRandomFactoryNamed factory for the JCERandomclassSingletonRandomFactoryA 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 interfaceSignatureFactoryClasses in org.apache.sshd.common.signature that implement BuiltinFactory Modifier and Type Class Description classBuiltinSignaturesProvides 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 classBouncyCastleRandomFactoryNamed factory for the BouncyCastleRandom
-