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
Methods in org.apache.sshd.client that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionstatic List<NamedFactory<Compression>> ClientBuilder.setUpDefaultCompressionFactories(boolean ignoreUnsupported) static List<NamedFactory<Signature>> ClientBuilder.setUpDefaultSignatureFactories(boolean ignoreUnsupported) -
Uses of NamedFactory in org.apache.sshd.client.auth
Classes in org.apache.sshd.client.auth that implement NamedFactoryModifier and TypeClassDescriptionenumProvides a centralized location for the default built-in authentication factories -
Uses of NamedFactory in org.apache.sshd.client.auth.hostbased
Fields in org.apache.sshd.client.auth.hostbased with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> UserAuthHostBased.factoriesprivate List<NamedFactory<Signature>> UserAuthHostBasedFactory.factoriesMethods in org.apache.sshd.client.auth.hostbased that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionUserAuthHostBased.getSignatureFactories()UserAuthHostBasedFactory.getSignatureFactories()Method parameters in org.apache.sshd.client.auth.hostbased with type arguments of type NamedFactoryModifier and TypeMethodDescriptionvoidUserAuthHostBased.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthHostBasedFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) -
Uses of NamedFactory in org.apache.sshd.client.auth.pubkey
Fields in org.apache.sshd.client.auth.pubkey with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprotected List<NamedFactory<Signature>> UserAuthPublicKey.factoriesprivate List<NamedFactory<Signature>> UserAuthPublicKeyFactory.factoriesprivate final List<NamedFactory<Signature>> KeyPairIdentity.signatureFactoriesMethods in org.apache.sshd.client.auth.pubkey that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionKeyPairIdentity.getSignatureFactories()UserAuthPublicKey.getSignatureFactories()UserAuthPublicKeyFactory.getSignatureFactories()Method parameters in org.apache.sshd.client.auth.pubkey with type arguments of type NamedFactoryModifier and TypeMethodDescriptionvoidUserAuthPublicKey.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthPublicKeyFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) Constructor parameters in org.apache.sshd.client.auth.pubkey with type arguments of type NamedFactoryModifierConstructorDescriptionUserAuthPublicKey(List<NamedFactory<Signature>> factories) UserAuthPublicKeyFactory(List<NamedFactory<Signature>> factories) -
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_DIGESTprivate NamedFactory<Mac> KnownHostHashValue.digesterMethods 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.client.keyverifier
Methods in org.apache.sshd.client.keyverifier that return NamedFactoryModifier and TypeMethodDescriptionprotected NamedFactory<Mac> KnownHostsServerKeyVerifier.getHostValueDigester(ClientSession clientSession, SocketAddress remoteAddress, SshdSocketAddress hostIdentity) Invoked byKnownHostsServerKeyVerifier.prepareKnownHostEntry(ClientSession, SocketAddress, PublicKey)in order to query whether to use a hashed value instead of a plain one for the written host name/address - default returnsnull- i.e., no hashing -
Uses of NamedFactory in org.apache.sshd.common
Subinterfaces of NamedFactory in org.apache.sshd.commonFields in org.apache.sshd.common with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprotected List<NamedFactory<Cipher>> BaseBuilder.cipherFactoriesprotected List<NamedFactory<Compression>> BaseBuilder.compressionFactoriesprotected List<NamedFactory<Mac>> BaseBuilder.macFactoriesprotected List<NamedFactory<Signature>> BaseBuilder.signatureFactoriesMethods in org.apache.sshd.common that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionstatic List<NamedFactory<Cipher>> BaseBuilder.setUpDefaultCiphers(boolean ignoreUnsupported) static List<NamedFactory<Mac>> BaseBuilder.setUpDefaultMacs(boolean ignoreUnsupported) 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 NamedFactoryModifier and TypeMethodDescriptionBaseBuilder.cipherFactories(List<NamedFactory<Cipher>> cipherFactories) BaseBuilder.compressionFactories(List<NamedFactory<Compression>> compressionFactories) 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.BaseBuilder.macFactories(List<NamedFactory<Mac>> macFactories) BaseBuilder.signatureFactories(List<NamedFactory<Signature>> signatureFactories) -
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.io
Classes in org.apache.sshd.common.io that implement NamedFactory -
Uses of NamedFactory in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprivate List<NamedFactory<Cipher>> AbstractKexFactoryManager.cipherFactoriesprivate List<NamedFactory<Compression>> AbstractKexFactoryManager.compressionFactoriesprivate List<NamedFactory<Mac>> AbstractKexFactoryManager.macFactoriesprivate List<NamedFactory<Signature>> AbstractKexFactoryManager.signatureFactoriesMethods in org.apache.sshd.common.kex that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionAbstractKexFactoryManager.getCipherFactories()KexFactoryManager.getCipherFactories()Retrieve the list of named factories forCipher.AbstractKexFactoryManager.getCompressionFactories()KexFactoryManager.getCompressionFactories()Retrieve the list of named factories forCompression.AbstractKexFactoryManager.getMacFactories()KexFactoryManager.getMacFactories()Retrieve the list of named factories forMac.AbstractKexFactoryManager.getSignatureFactories()Method parameters in org.apache.sshd.common.kex with type arguments of type NamedFactoryModifier and TypeMethodDescriptionvoidAbstractKexFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) voidKexFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) voidAbstractKexFactoryManager.setCompressionFactories(List<NamedFactory<Compression>> compressionFactories) voidKexFactoryManager.setCompressionFactories(List<NamedFactory<Compression>> compressionFactories) voidAbstractKexFactoryManager.setMacFactories(List<NamedFactory<Mac>> macFactories) voidKexFactoryManager.setMacFactories(List<NamedFactory<Mac>> macFactories) voidAbstractKexFactoryManager.setSignatureFactories(List<NamedFactory<Signature>> signatureFactories) -
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.Fields in org.apache.sshd.common.random declared as NamedFactoryModifier and TypeFieldDescriptionprivate final NamedFactory<Random> SingletonRandomFactory.factoryConstructors 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 -
Uses of NamedFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionstatic List<NamedFactory<Compression>> ServerBuilder.setUpDefaultCompressionFactories(boolean ignoreUnsupported) static List<NamedFactory<Signature>> ServerBuilder.setUpDefaultSignatureFactories(boolean ignoreUnsupported) -
Uses of NamedFactory in org.apache.sshd.server.auth
Classes in org.apache.sshd.server.auth that implement NamedFactoryModifier and TypeClassDescriptionenumProvides a centralized location for the default built-in authentication factories -
Uses of NamedFactory in org.apache.sshd.server.auth.hostbased
Fields in org.apache.sshd.server.auth.hostbased with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> UserAuthHostBased.factoriesprivate List<NamedFactory<Signature>> UserAuthHostBasedFactory.factoriesMethods in org.apache.sshd.server.auth.hostbased that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionUserAuthHostBased.getSignatureFactories()UserAuthHostBasedFactory.getSignatureFactories()Method parameters in org.apache.sshd.server.auth.hostbased with type arguments of type NamedFactoryModifier and TypeMethodDescriptionvoidUserAuthHostBased.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthHostBasedFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) Constructor parameters in org.apache.sshd.server.auth.hostbased with type arguments of type NamedFactoryModifierConstructorDescriptionUserAuthHostBased(List<NamedFactory<Signature>> factories) UserAuthHostBasedFactory(List<NamedFactory<Signature>> factories) -
Uses of NamedFactory in org.apache.sshd.server.auth.pubkey
Fields in org.apache.sshd.server.auth.pubkey with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> UserAuthPublicKey.factoriesprivate List<NamedFactory<Signature>> UserAuthPublicKeyFactory.factoriesMethods in org.apache.sshd.server.auth.pubkey that return types with arguments of type NamedFactoryModifier and TypeMethodDescriptionUserAuthPublicKey.getSignatureFactories()UserAuthPublicKeyFactory.getSignatureFactories()Method parameters in org.apache.sshd.server.auth.pubkey with type arguments of type NamedFactoryModifier and TypeMethodDescriptionvoidUserAuthPublicKey.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthPublicKeyFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) Constructor parameters in org.apache.sshd.server.auth.pubkey with type arguments of type NamedFactoryModifierConstructorDescriptionUserAuthPublicKey(List<NamedFactory<Signature>> factories) UserAuthPublicKeyFactory(List<NamedFactory<Signature>> factories) -
Uses of NamedFactory in org.apache.sshd.server.global
Fields in org.apache.sshd.server.global with type parameters of type NamedFactoryModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> OpenSshHostKeysHandler.factoriesMethods in org.apache.sshd.server.global that return types with arguments of type NamedFactoryMethod parameters in org.apache.sshd.server.global with type arguments of type NamedFactoryModifier and TypeMethodDescriptionvoidOpenSshHostKeysHandler.setSignatureFactories(List<NamedFactory<Signature>> factories) -
Uses of NamedFactory in org.apache.sshd.sftp.server
Methods in org.apache.sshd.sftp.server with parameters of type NamedFactoryModifier and TypeMethodDescriptionprotected voidAbstractSftpSubsystemHelper.doCheckFileHash(int id, Path file, NamedFactory<? extends Digest> factory, long startOffset, long length, int blockSize, Buffer buffer)