Uses of Interface
org.apache.sshd.common.NamedFactory
-
Packages that use NamedFactory 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.digest Digestimplementations.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 NamedFactory in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement NamedFactory Modifier and Type Class Description classKnownHostDigestAvailable digesters for known hosts entriesFields in org.apache.sshd.client.config.hosts declared as NamedFactory Modifier and Type Field Description static NamedFactory<Mac>KnownHostHashValue. DEFAULT_DIGESTMethods in org.apache.sshd.client.config.hosts that return NamedFactory Modifier and Type Method Description NamedFactory<Mac>KnownHostHashValue. getDigester()Methods in org.apache.sshd.client.config.hosts with parameters of type NamedFactory Modifier and Type Method Description voidKnownHostHashValue. setDigester(NamedFactory<Mac> digester) -
Uses of NamedFactory in org.apache.sshd.common
Subinterfaces of NamedFactory in org.apache.sshd.common Modifier and Type Interface Description interfaceBuiltinFactory<T>A named optional factory.Methods in org.apache.sshd.common that return types with arguments of type NamedFactory Modifier and Type Method Description static <T,E extends BuiltinFactory<T>>
List<NamedFactory<T>>BuiltinFactory. setUpFactories(boolean ignoreUnsupported, Collection<? extends E> preferred)Method parameters in org.apache.sshd.common with type arguments of type NamedFactory Modifier and Type Method Description static <T> TNamedFactory. create(Collection<? extends NamedFactory<? extends T>> factories, String name)Create an instance of the specified name by looking up the needed factory in the list. -
Uses of NamedFactory in org.apache.sshd.common.cipher
Subinterfaces of NamedFactory in org.apache.sshd.common.cipher Modifier and Type Interface Description interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement NamedFactory Modifier and Type Class Description classBuiltinCiphersProvides easy access to the currently implemented ciphersMethods in org.apache.sshd.common.cipher that return NamedFactory Modifier and Type Method Description static NamedFactory<Cipher>BuiltinCiphers. unregisterExtension(String name)Unregisters specified extensionMethods in org.apache.sshd.common.cipher with parameters of type NamedFactory Modifier and Type Method Description static BuiltinCiphersBuiltinCiphers. fromFactory(NamedFactory<Cipher> factory) -
Uses of NamedFactory in org.apache.sshd.common.compression
Subinterfaces of NamedFactory in org.apache.sshd.common.compression Modifier and Type Interface Description interfaceCompressionFactoryClasses in org.apache.sshd.common.compression that implement NamedFactory Modifier and Type Class Description classBuiltinCompressions -
Uses of NamedFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement NamedFactory Modifier and Type Class Description classCompressionConfigValueProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression. -
Uses of NamedFactory in org.apache.sshd.common.digest
Subinterfaces of NamedFactory in org.apache.sshd.common.digest Modifier and Type Interface Description interfaceDigestFactoryClasses in org.apache.sshd.common.digest that implement NamedFactory Modifier and Type Class Description classBuiltinDigestsProvides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with parameters of type NamedFactory Modifier and Type Method Description static BuiltinDigestsBuiltinDigests. fromFactory(NamedFactory<? extends Digest> factory) -
Uses of NamedFactory in org.apache.sshd.common.mac
Subinterfaces of NamedFactory in org.apache.sshd.common.mac Modifier and Type Interface Description interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement NamedFactory Modifier and Type Class Description classBuiltinMacsProvides easy access to the currently implemented macsMethods in org.apache.sshd.common.mac with parameters of type NamedFactory Modifier and Type Method Description static BuiltinMacsBuiltinMacs. fromFactory(NamedFactory<Mac> factory) -
Uses of NamedFactory in org.apache.sshd.common.random
Subinterfaces of NamedFactory in org.apache.sshd.common.random Modifier and Type Interface Description interfaceRandomFactoryClasses in org.apache.sshd.common.random that implement NamedFactory Modifier and Type Class Description classAbstractRandomFactoryclassJceRandomFactoryNamed factory for the JCERandomclassSingletonRandomFactoryA random factory wrapper that uses a single random instance.Constructors in org.apache.sshd.common.random with parameters of type NamedFactory Constructor Description SingletonRandomFactory(NamedFactory<Random> factory) -
Uses of NamedFactory in org.apache.sshd.common.signature
Subinterfaces of NamedFactory in org.apache.sshd.common.signature Modifier and Type Interface Description interfaceSignatureFactoryClasses in org.apache.sshd.common.signature that implement NamedFactory Modifier and Type Class Description classBuiltinSignaturesProvides easy access to the currently implemented signaturesMethods in org.apache.sshd.common.signature that return NamedFactory Modifier and Type Method Description static NamedFactory<? extends Signature>SignatureFactory. resolveSignatureFactory(String keyType, Collection<? extends NamedFactory<? extends Signature>> factories)static NamedFactory<Signature>SignatureFactory. resolveSignatureFactoryByPublicKey(PublicKey pubKey, String algo)Methods in org.apache.sshd.common.signature that return types with arguments of type NamedFactory Modifier and Type Method Description List<NamedFactory<Signature>>SignatureFactoriesHolder. getSignatureFactories()static List<NamedFactory<Signature>>SignatureFactoriesManager. getSignatureFactories(SignatureFactoriesManager manager)static List<NamedFactory<Signature>>SignatureFactoriesManager. resolveSignatureFactories(SignatureFactoriesManager primary, SignatureFactoriesManager secondary)Attempts to use the primary manager's signature factories if notnull/empty, otherwise uses the secondary ones (regardless of whether there are any...)Methods in org.apache.sshd.common.signature with parameters of type NamedFactory Modifier and Type Method Description static BuiltinSignaturesBuiltinSignatures. fromFactory(NamedFactory<Signature> factory)static intSignatureFactory. resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory)Method parameters in org.apache.sshd.common.signature with type arguments of type NamedFactory Modifier and Type Method Description static intSignatureFactory. resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory)static List<String>SignatureFactory. resolveSignatureFactoriesProposal(Iterable<String> provided, Collection<? extends NamedFactory<Signature>> factories)static NamedFactory<? extends Signature>SignatureFactory. resolveSignatureFactory(String keyType, Collection<? extends NamedFactory<? extends Signature>> factories)voidSignatureFactoriesManager. setSignatureFactories(List<NamedFactory<Signature>> factories) -
Uses of NamedFactory in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement NamedFactory Modifier and Type Class Description classBouncyCastleRandomFactoryNamed factory for the BouncyCastleRandom
-