Uses of Interface
net.schmizz.sshj.common.Factory
-
-
Uses of Factory in com.hierynomus.sshj.key
Classes in com.hierynomus.sshj.key that implement Factory Modifier and Type Class Description static class
KeyAlgorithms.Factory
-
Uses of Factory in com.hierynomus.sshj.signature
Classes in com.hierynomus.sshj.signature that implement Factory Modifier and Type Class Description static class
SignatureEdDSA.Factory
-
Uses of Factory in com.hierynomus.sshj.transport.cipher
Classes in com.hierynomus.sshj.transport.cipher that implement Factory Modifier and Type Class Description static class
BlockCiphers.Factory
Named factory for BlockCipherstatic class
ChachaPolyCiphers.Factory
static class
GcmCiphers.Factory
Named factory for BlockCipherstatic class
StreamCiphers.Factory
Named factory for BlockCipher -
Uses of Factory in com.hierynomus.sshj.transport.kex
Classes in com.hierynomus.sshj.transport.kex that implement Factory Modifier and Type Class Description static class
DHGroups.Factory
Named factory for DHG1 key exchangeclass
ExtInfoClientFactory
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 Modifier and Type Class Description static class
Macs.Factory
-
Uses of Factory in com.hierynomus.sshj.userauth.keyprovider
Classes in com.hierynomus.sshj.userauth.keyprovider that implement Factory Modifier and Type Class Description static class
OpenSSHKeyV1KeyFile.Factory
-
Uses of Factory in net.schmizz.sshj
Fields in net.schmizz.sshj declared as Factory Modifier and Type Field Description private Factory<Random>
ConfigImpl. randomFactory
Methods in net.schmizz.sshj that return Factory Modifier and Type Method Description Factory<Random>
Config. getRandomFactory()
Retrieve theRandom
factory.Factory<Random>
ConfigImpl. getRandomFactory()
Methods in net.schmizz.sshj with parameters of type Factory Modifier and Type Method Description void
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.common Modifier and Type Interface Description static interface
Factory.Named<T>
Interface for a named factory. -
Uses of Factory in net.schmizz.sshj.signature
Classes in net.schmizz.sshj.signature that implement Factory Modifier and Type Class Description static class
SignatureDSA.Factory
A named factory for DSA signaturestatic class
SignatureECDSA.Factory256
A named factory for ECDSA-256 signaturestatic class
SignatureECDSA.Factory384
A named factory for ECDSA-384 signaturestatic class
SignatureECDSA.Factory521
A named factory for ECDSA-521 signaturestatic class
SignatureRSA.FactoryCERT
A named factory for RSASignature
static class
SignatureRSA.FactoryRSASHA256
A named factory for RSASignature
static class
SignatureRSA.FactoryRSASHA512
A named factory for RSASignature
static class
SignatureRSA.FactorySSHRSA
A named factory for RSASignature
-
Uses of Factory in net.schmizz.sshj.transport.cipher
Classes in net.schmizz.sshj.transport.cipher that implement Factory Modifier and Type Class Description static class
AES128CBC.Factory
Deprecated.Named factory for AES128CBC Cipherstatic class
AES128CTR.Factory
Deprecated.Named factory for AES128CTR Cipherstatic class
AES192CBC.Factory
Deprecated.Named factory for AES192CBC Cipherstatic class
AES192CTR.Factory
Deprecated.Named factory for AES192CTR Cipherstatic class
AES256CBC.Factory
Deprecated.Named factory for AES256CBC Cipherstatic class
AES256CTR.Factory
Deprecated.Named factory for AES256CTR Cipherstatic class
BlowfishCBC.Factory
Deprecated.Named factory for BlowfishCBC Cipherstatic class
NoneCipher.Factory
Named factory for the no-op Cipherstatic class
TripleDESCBC.Factory
Deprecated.Named factory for TripleDESCBC Cipher -
Uses of Factory in net.schmizz.sshj.transport.compression
Classes in net.schmizz.sshj.transport.compression that implement Factory Modifier and Type Class Description static class
DelayedZlibCompression.Factory
Named factory for the ZLib Delayed Compression.static class
NoneCompression.Factory
Named factory for the no-opCompression
static class
ZlibCompression.Factory
Named factory for the ZLib Compression. -
Uses of Factory in net.schmizz.sshj.transport.digest
Classes in net.schmizz.sshj.transport.digest that implement Factory Modifier and Type Class Description static class
MD5.Factory
Named factory for MD5 digeststatic class
SHA1.Factory
Named factory for SHA1 digeststatic class
SHA256.Factory
Named factory for SHA256 digeststatic class
SHA384.Factory
Named factory for SHA384 digeststatic class
SHA512.Factory
Named factory for SHA384 digest -
Uses of Factory in net.schmizz.sshj.transport.kex
Classes in net.schmizz.sshj.transport.kex that implement Factory Modifier and Type Class Description static class
Curve25519SHA256.Factory
Named factory for Curve25519SHA256 key exchangestatic class
Curve25519SHA256.FactoryLibSsh
Named factory for Curve25519SHA256 key exchangestatic class
DHG1.Factory
Deprecated.Named factory for DHG1 key exchangestatic class
DHG14.Factory
Deprecated.Named factory for DHG14 key exchangestatic class
DHGexSHA1.Factory
Named factory for DHGexSHA1 key exchangestatic class
DHGexSHA256.Factory
Named factory for DHGexSHA256 key exchangestatic class
ECDHNistP.Factory256
Named factory for ECDHNistP key exchangestatic class
ECDHNistP.Factory384
Named factory for ECDHNistP key exchangestatic class
ECDHNistP.Factory521
Named factory for ECDHNistP key exchangeMethods in net.schmizz.sshj.transport.kex with parameters of type Factory Modifier and Type Method Description void
Curve25519DH. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)
Initialize Key Agreement with generated Public and Private Key Pairvoid
DH. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)
abstract void
DHBase. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)
void
ECDH. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)
-
Uses of Factory in net.schmizz.sshj.transport.mac
Classes in net.schmizz.sshj.transport.mac that implement Factory Modifier and Type Class Description static class
HMACMD5.Factory
Deprecated.Named factory for the HMACMD5MAC
static class
HMACMD596.Factory
Deprecated.Named factory for the HMAC-MD5-96MAC
static class
HMACRIPEMD160.Factory
Deprecated.Named factory for the HMAC-RIPEMD160MAC
static class
HMACSHA1.Factory
Deprecated.Named factory for the HMAC-SHA1MAC
static class
HMACSHA196.Factory
Deprecated.Named factory for the HMAC-SHA1-96MAC
static class
HMACSHA2256.Factory
Deprecated.Named factory for the HMAC-SHA1MAC
static class
HMACSHA2512.Factory
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 Factory Modifier and Type Class Description static class
BouncyCastleFipsRandom.Factory
Named factory for the BouncyCastleRandom
static class
BouncyCastleRandom.Factory
Named factory for the BouncyCastleRandom
static class
JCERandom.Factory
Named factory for the JCERandom
class
SingletonRandomFactory
A random factory wrapper that uses a single random instance.Constructors in net.schmizz.sshj.transport.random with parameters of type Factory Constructor Description SingletonRandomFactory(Factory<Random> factory)
-
Uses of Factory in net.schmizz.sshj.userauth.keyprovider
Classes in net.schmizz.sshj.userauth.keyprovider that implement Factory Modifier and Type Class Description static class
OpenSSHKeyFile.Factory
static class
PKCS8KeyFile.Factory
static class
PuTTYKeyFile.Factory
-