Uses of Interface
net.schmizz.sshj.common.Factory.Named
Packages that use Factory.Named
Package
Description
-
Uses of Factory.Named in com.hierynomus.sshj.key
Classes in com.hierynomus.sshj.key that implement Factory.NamedFields in com.hierynomus.sshj.key declared as Factory.NamedModifier and TypeFieldDescriptionprivate final Factory.Named<Signature> BaseKeyAlgorithm.signatureprivate final Factory.Named<Signature> KeyAlgorithms.Factory.signatureFactoryConstructors in com.hierynomus.sshj.key with parameters of type Factory.NamedModifierConstructorDescriptionBaseKeyAlgorithm(String keyAlgorithm, Factory.Named<Signature> signature, KeyType keyFormat) Factory(String algorithmName, Factory.Named<Signature> signatureFactory, KeyType keyType) -
Uses of Factory.Named in com.hierynomus.sshj.signature
Classes in com.hierynomus.sshj.signature that implement Factory.Named -
Uses of Factory.Named in com.hierynomus.sshj.transport.cipher
Classes in com.hierynomus.sshj.transport.cipher that implement Factory.NamedModifier and TypeClassDescriptionstatic classNamed factory for BlockCipherstatic classstatic classNamed factory for BlockCipherstatic classNamed factory for BlockCipher -
Uses of Factory.Named in com.hierynomus.sshj.transport.kex
Classes in com.hierynomus.sshj.transport.kex that implement Factory.NamedModifier and TypeClassDescriptionstatic classNamed factory for DHG1 key exchangeclassStub kex algorithm factory that indicates support for SSH2_MSG_EXT_INFO.Fields in com.hierynomus.sshj.transport.kex declared as Factory.NamedModifier and TypeFieldDescriptionprivate final Factory.Named<Digest> DHGroups.Factory.digestFactoryConstructors in com.hierynomus.sshj.transport.kex with parameters of type Factory.NamedModifierConstructorDescriptionFactory(String name, BigInteger group, BigInteger generator, Factory.Named<Digest> digestFactory) -
Uses of Factory.Named in com.hierynomus.sshj.transport.mac
Classes in com.hierynomus.sshj.transport.mac that implement Factory.Named -
Uses of Factory.Named in com.hierynomus.sshj.userauth.keyprovider
Classes in com.hierynomus.sshj.userauth.keyprovider that implement Factory.NamedFields in com.hierynomus.sshj.userauth.keyprovider with type parameters of type Factory.NamedModifier and TypeFieldDescriptionprivate static final Map<String, Factory.Named<Cipher>> OpenSSHKeyV1KeyFile.SUPPORTED_CIPHERS -
Uses of Factory.Named in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type Factory.NamedModifier and TypeFieldDescriptionprivate List<Factory.Named<Cipher>> ConfigImpl.cipherFactoriesprivate List<Factory.Named<Compression>> ConfigImpl.compressionFactoriesprivate List<Factory.Named<FileKeyProvider>> ConfigImpl.fileKeyProviderFactoriesprivate List<Factory.Named<KeyExchange>> ConfigImpl.kexFactoriesprivate List<Factory.Named<KeyAlgorithm>> ConfigImpl.keyAlgorithmsprivate List<Factory.Named<MAC>> ConfigImpl.macFactoriesMethods in net.schmizz.sshj that return types with arguments of type Factory.NamedModifier and TypeMethodDescriptionConfig.getCipherFactories()Retrieve the list of named factories forCipher.ConfigImpl.getCipherFactories()Config.getCompressionFactories()Retrieve the list of named factories forCompression.ConfigImpl.getCompressionFactories()Config.getFileKeyProviderFactories()Retrieve the list of named factories forFileKeyProvider.ConfigImpl.getFileKeyProviderFactories()Config.getKeyAlgorithms()Retrieve the list of named factories forKeyAlgorithmConfigImpl.getKeyAlgorithms()Config.getKeyExchangeFactories()Retrieve the list of named factories forKeyExchange.ConfigImpl.getKeyExchangeFactories()Config.getMACFactories()Retrieve the list of named factories forMAC.ConfigImpl.getMACFactories()Methods in net.schmizz.sshj with parameters of type Factory.NamedModifier and TypeMethodDescriptionvoidConfigImpl.setCipherFactories(Factory.Named<Cipher>... cipherFactories) voidConfigImpl.setCompressionFactories(Factory.Named<Compression>... compressionFactories) voidConfigImpl.setFileKeyProviderFactories(Factory.Named<FileKeyProvider>... fileKeyProviderFactories) voidConfigImpl.setKeyExchangeFactories(Factory.Named<KeyExchange>... kexFactories) voidConfigImpl.setMACFactories(Factory.Named<MAC>... macFactories) Method parameters in net.schmizz.sshj with type arguments of type Factory.NamedModifier and TypeMethodDescriptionvoidConfig.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) Set the named factories forCipher.voidConfigImpl.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) voidConfig.setCompressionFactories(List<Factory.Named<Compression>> compressionFactories) Set the named factories forCompression.voidConfigImpl.setCompressionFactories(List<Factory.Named<Compression>> compressionFactories) voidConfig.setFileKeyProviderFactories(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories) Set the named factories forFileKeyProvider.voidConfigImpl.setFileKeyProviderFactories(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories) voidConfig.setKeyAlgorithms(List<Factory.Named<KeyAlgorithm>> keyAlgorithms) Set the named factories forKeyAlgorithm.voidConfigImpl.setKeyAlgorithms(List<Factory.Named<KeyAlgorithm>> keyAlgorithms) voidConfig.setKeyExchangeFactories(List<Factory.Named<KeyExchange>> kexFactories) Set the named factories forKeyExchange.voidConfigImpl.setKeyExchangeFactories(List<Factory.Named<KeyExchange>> kexFactories) voidConfig.setMACFactories(List<Factory.Named<MAC>> macFactories) Set the named factories forMAC.voidConfigImpl.setMACFactories(List<Factory.Named<MAC>> macFactories) -
Uses of Factory.Named in net.schmizz.sshj.common
Fields in net.schmizz.sshj.common with type parameters of type Factory.NamedModifier and TypeFieldDescriptionstatic final List<Factory.Named<Signature>> KeyType.CertUtils.ALL_SIGNATURESMethods in net.schmizz.sshj.common that return Factory.NamedModifier and TypeMethodDescriptionstatic <T> Factory.Named<T> Factory.Named.Util.get(List<Factory.Named<T>> factories, String name) Retrieve a particular factory as identified bynamefrom a list of namedfactories.Method parameters in net.schmizz.sshj.common with type arguments of type Factory.NamedModifier and TypeMethodDescriptionstatic <T> TFactory.Named.Util.create(List<Factory.Named<T>> factories, String name) Creates an object by picking a factory fromfactoriesthat is identified bynamefrom a list of namedfactories.static <T> Factory.Named<T> Factory.Named.Util.get(List<Factory.Named<T>> factories, String name) Retrieve a particular factory as identified bynamefrom a list of namedfactories.Factory.Named.Util.getNames(List<Factory.Named<T>> factories) Get a comma-delimited string containing the factory names from the given list offactories. -
Uses of Factory.Named in net.schmizz.sshj.signature
Classes in net.schmizz.sshj.signature that implement Factory.NamedModifier and TypeClassDescriptionstatic classA named factory for DSA signaturestatic classA named factory for ECDSA-256 signaturestatic classA named factory for ECDSA-384 signaturestatic classA named factory for ECDSA-521 signaturestatic classA named factory for RSASignaturestatic classA named factory for RSASignaturestatic classA named factory for RSASignaturestatic classA named factory for RSASignature -
Uses of Factory.Named in net.schmizz.sshj.transport.cipher
Classes in net.schmizz.sshj.transport.cipher that implement Factory.NamedModifier and TypeClassDescriptionstatic classDeprecated.Named factory for AES128CBC Cipherstatic classDeprecated.Named factory for AES128CTR Cipherstatic classDeprecated.Named factory for AES192CBC Cipherstatic classDeprecated.Named factory for AES192CTR Cipherstatic classDeprecated.Named factory for AES256CBC Cipherstatic classDeprecated.Named factory for AES256CTR Cipherstatic classDeprecated.Named factory for BlowfishCBC Cipherstatic classNamed factory for the no-op Cipherstatic classDeprecated.Named factory for TripleDESCBC Cipher -
Uses of Factory.Named in net.schmizz.sshj.transport.compression
Classes in net.schmizz.sshj.transport.compression that implement Factory.NamedModifier and TypeClassDescriptionstatic classNamed factory for the ZLib Delayed Compression.static classNamed factory for the no-opCompressionstatic classNamed factory for the ZLib Compression. -
Uses of Factory.Named in net.schmizz.sshj.transport.digest
Classes in net.schmizz.sshj.transport.digest that implement Factory.NamedModifier and TypeClassDescriptionstatic classNamed factory for MD5 digeststatic classNamed factory for SHA1 digeststatic classNamed factory for SHA256 digeststatic classNamed factory for SHA384 digeststatic classNamed factory for SHA384 digest -
Uses of Factory.Named in net.schmizz.sshj.transport.kex
Classes in net.schmizz.sshj.transport.kex that implement Factory.NamedModifier and TypeClassDescriptionstatic classNamed factory for Curve25519SHA256 key exchangestatic classNamed factory for Curve25519SHA256 key exchangestatic classDeprecated.Named factory for DHG1 key exchangestatic classDeprecated.Named factory for DHG14 key exchangestatic classNamed factory for DHGexSHA1 key exchangestatic classNamed factory for DHGexSHA256 key exchangestatic classNamed factory for ECDHNistP key exchangestatic classNamed factory for ECDHNistP key exchangestatic classNamed factory for ECDHNistP key exchange -
Uses of Factory.Named in net.schmizz.sshj.transport.mac
Classes in net.schmizz.sshj.transport.mac that implement Factory.NamedModifier and TypeClassDescriptionstatic classDeprecated.Named factory for the HMACMD5MACstatic classDeprecated.Named factory for the HMAC-MD5-96MACstatic classDeprecated.Named factory for the HMAC-RIPEMD160MACstatic classDeprecated.Named factory for the HMAC-SHA1MACstatic classDeprecated.Named factory for the HMAC-SHA1-96MACstatic classDeprecated.Named factory for the HMAC-SHA1MACstatic classDeprecated.Named factory for the HMAC-SHA1MAC -
Uses of Factory.Named in net.schmizz.sshj.transport.random
Classes in net.schmizz.sshj.transport.random that implement Factory.Named -
Uses of Factory.Named in net.schmizz.sshj.userauth.keyprovider
Classes in net.schmizz.sshj.userauth.keyprovider that implement Factory.NamedModifier and TypeClassDescriptionstatic classstatic classstatic class