Uses of Interface
org.apache.sshd.common.NamedFactory
Packages that use NamedFactory
Package
Description
Cipher implementations.Compression
implementations.Digest implementations.Mac implementations.Random implementations.Signature implementations.-
Uses of NamedFactory in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement NamedFactoryModifier and TypeClassDescriptionenumAvailable digesters for known hosts entriesFields in org.apache.sshd.client.config.hosts declared as NamedFactoryModifier and TypeFieldDescriptionstatic final NamedFactory<Mac> KnownHostHashValue.DEFAULT_DIGESTMethods in org.apache.sshd.client.config.hosts that return NamedFactoryMethods in org.apache.sshd.client.config.hosts with parameters of type NamedFactoryModifier and TypeMethodDescriptionvoidKnownHostHashValue.setDigester(NamedFactory<Mac> digester) -
Uses of NamedFactory in org.apache.sshd.common
Subinterfaces of NamedFactory in org.apache.sshd.commonMethods in org.apache.sshd.common that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionstatic <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 NamedFactoryModifier and TypeMethodDescriptionstatic <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.cipherClasses in org.apache.sshd.common.cipher that implement NamedFactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented ciphersMethods in org.apache.sshd.common.cipher that return NamedFactoryModifier and TypeMethodDescriptionstatic NamedFactory<Cipher> BuiltinCiphers.unregisterExtension(String name) Unregisters specified extensionMethods in org.apache.sshd.common.cipher with parameters of type NamedFactoryModifier and TypeMethodDescriptionstatic BuiltinCiphersBuiltinCiphers.fromFactory(NamedFactory<Cipher> factory) -
Uses of NamedFactory in org.apache.sshd.common.compression
Subinterfaces of NamedFactory in org.apache.sshd.common.compressionClasses in org.apache.sshd.common.compression that implement NamedFactory -
Uses of NamedFactory in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement NamedFactoryModifier and TypeClassDescriptionenumProvides 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.digestClasses in org.apache.sshd.common.digest that implement NamedFactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented digestsMethods in org.apache.sshd.common.digest with parameters of type NamedFactoryModifier and TypeMethodDescriptionstatic BuiltinDigestsBuiltinDigests.fromFactory(NamedFactory<? extends Digest> factory) -
Uses of NamedFactory in org.apache.sshd.common.mac
Subinterfaces of NamedFactory in org.apache.sshd.common.macClasses in org.apache.sshd.common.mac that implement NamedFactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented macsMethods in org.apache.sshd.common.mac with parameters of type NamedFactoryModifier and TypeMethodDescriptionstatic BuiltinMacsBuiltinMacs.fromFactory(NamedFactory<Mac> factory) -
Uses of NamedFactory in org.apache.sshd.common.random
Subinterfaces of NamedFactory in org.apache.sshd.common.randomClasses in org.apache.sshd.common.random that implement NamedFactoryModifier and TypeClassDescriptionclassclassNamed factory for the JCERandomclassA random factory wrapper that uses a single random instance.Constructors in org.apache.sshd.common.random with parameters of type NamedFactory -
Uses of NamedFactory in org.apache.sshd.common.signature
Subinterfaces of NamedFactory in org.apache.sshd.common.signatureClasses in org.apache.sshd.common.signature that implement NamedFactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented signaturesMethods in org.apache.sshd.common.signature that return NamedFactoryModifier and TypeMethodDescriptionstatic 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 NamedFactoryModifier and TypeMethodDescriptionSignatureFactoriesHolder.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 NamedFactoryModifier and TypeMethodDescriptionstatic 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 NamedFactoryModifier and TypeMethodDescriptionstatic intSignatureFactory.resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory) 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 NamedFactoryModifier and TypeClassDescriptionfinal classNamed factory for the BouncyCastleRandom