Uses of Interface
net.schmizz.sshj.common.Factory
Packages that use Factory
Package
Description
-
Uses of Factory in com.hierynomus.sshj.key
Classes in com.hierynomus.sshj.key that implement Factory -
Uses of Factory in com.hierynomus.sshj.signature
Classes in com.hierynomus.sshj.signature that implement Factory -
Uses of Factory in com.hierynomus.sshj.transport.cipher
Classes in com.hierynomus.sshj.transport.cipher that implement FactoryModifier and TypeClassDescriptionstatic class
Named factory for BlockCipherstatic class
static class
Named factory for BlockCipherstatic class
Named factory for BlockCipher -
Uses of Factory in com.hierynomus.sshj.transport.kex
Classes in com.hierynomus.sshj.transport.kex that implement FactoryModifier and TypeClassDescriptionstatic class
Named factory for DHG1 key exchangeclass
Stub kex algorithm factory that indicates support for SSH2_MSG_EXT_INFO. -
Uses of Factory in com.hierynomus.sshj.transport.mac
Classes in com.hierynomus.sshj.transport.mac that implement Factory -
Uses of Factory in com.hierynomus.sshj.userauth.keyprovider
Classes in com.hierynomus.sshj.userauth.keyprovider that implement Factory -
Uses of Factory in net.schmizz.sshj
Fields in net.schmizz.sshj declared as FactoryMethods in net.schmizz.sshj that return FactoryModifier and TypeMethodDescriptionConfig.getRandomFactory()
Retrieve theRandom
factory.ConfigImpl.getRandomFactory()
Methods in net.schmizz.sshj with parameters of type FactoryModifier and TypeMethodDescriptionvoid
Config.setRandomFactory
(Factory<Random> randomFactory) Set the factory forRandom
.void
ConfigImpl.setRandomFactory
(Factory<Random> randomFactory) -
Uses of Factory in net.schmizz.sshj.common
Subinterfaces of Factory in net.schmizz.sshj.commonModifier and TypeInterfaceDescriptionstatic interface
Interface for a named factory. -
Uses of Factory in net.schmizz.sshj.signature
Classes in net.schmizz.sshj.signature that implement FactoryModifier and TypeClassDescriptionstatic class
A named factory for DSA signaturestatic class
A named factory for ECDSA-256 signaturestatic class
A named factory for ECDSA-384 signaturestatic class
A named factory for ECDSA-521 signaturestatic class
A named factory for RSASignature
static class
A named factory for RSASignature
static class
A named factory for RSASignature
static class
A named factory for RSASignature
-
Uses of Factory in net.schmizz.sshj.transport.cipher
Classes in net.schmizz.sshj.transport.cipher that implement FactoryModifier and TypeClassDescriptionstatic class
Deprecated.Named factory for AES128CBC Cipherstatic class
Deprecated.Named factory for AES128CTR Cipherstatic class
Deprecated.Named factory for AES192CBC Cipherstatic class
Deprecated.Named factory for AES192CTR Cipherstatic class
Deprecated.Named factory for AES256CBC Cipherstatic class
Deprecated.Named factory for AES256CTR Cipherstatic class
Deprecated.Named factory for BlowfishCBC Cipherstatic class
Named factory for the no-op Cipherstatic class
Deprecated.Named factory for TripleDESCBC Cipher -
Uses of Factory in net.schmizz.sshj.transport.compression
Classes in net.schmizz.sshj.transport.compression that implement FactoryModifier and TypeClassDescriptionstatic class
Named factory for the ZLib Delayed Compression.static class
Named factory for the no-opCompression
static class
Named factory for the ZLib Compression. -
Uses of Factory in net.schmizz.sshj.transport.digest
Classes in net.schmizz.sshj.transport.digest that implement FactoryModifier and TypeClassDescriptionstatic class
Named factory for MD5 digeststatic class
Named factory for SHA1 digeststatic class
Named factory for SHA256 digeststatic class
Named factory for SHA384 digeststatic class
Named factory for SHA384 digest -
Uses of Factory in net.schmizz.sshj.transport.kex
Classes in net.schmizz.sshj.transport.kex that implement FactoryModifier and TypeClassDescriptionstatic class
Named factory for Curve25519SHA256 key exchangestatic class
Named factory for Curve25519SHA256 key exchangestatic class
Deprecated.Named factory for DHG1 key exchangestatic class
Deprecated.Named factory for DHG14 key exchangestatic class
Named factory for DHGexSHA1 key exchangestatic class
Named factory for DHGexSHA256 key exchangestatic class
Named factory for ECDHNistP key exchangestatic class
Named factory for ECDHNistP key exchangestatic class
Named factory for ECDHNistP key exchangeMethods in net.schmizz.sshj.transport.kex with parameters of type FactoryModifier and TypeMethodDescriptionvoid
Curve25519DH.init
(AlgorithmParameterSpec params, Factory<Random> randomFactory) Initialize Key Agreement with generated Public and Private Key Pairvoid
DH.init
(AlgorithmParameterSpec params, Factory<Random> randomFactory) abstract void
DHBase.init
(AlgorithmParameterSpec params, Factory<Random> randomFactory) void
ECDH.init
(AlgorithmParameterSpec params, Factory<Random> randomFactory) -
Uses of Factory in net.schmizz.sshj.transport.mac
Classes in net.schmizz.sshj.transport.mac that implement FactoryModifier and TypeClassDescriptionstatic class
Deprecated.Named factory for the HMACMD5MAC
static class
Deprecated.Named factory for the HMAC-MD5-96MAC
static class
Deprecated.Named factory for the HMAC-RIPEMD160MAC
static class
Deprecated.Named factory for the HMAC-SHA1MAC
static class
Deprecated.Named factory for the HMAC-SHA1-96MAC
static class
Deprecated.Named factory for the HMAC-SHA1MAC
static class
Deprecated.Named factory for the HMAC-SHA1MAC
-
Uses of Factory in net.schmizz.sshj.transport.random
Classes in net.schmizz.sshj.transport.random that implement FactoryModifier and TypeClassDescriptionstatic class
Named factory for the BouncyCastleRandom
static class
Named factory for the JCERandom
class
A random factory wrapper that uses a single random instance.Constructors in net.schmizz.sshj.transport.random with parameters of type Factory -
Uses of Factory in net.schmizz.sshj.userauth.keyprovider
Classes in net.schmizz.sshj.userauth.keyprovider that implement FactoryModifier and TypeClassDescriptionstatic class
static class
static class