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 classKeyAlgorithms.Factory -
Uses of Factory in com.hierynomus.sshj.signature
Classes in com.hierynomus.sshj.signature that implement Factory Modifier and Type Class Description static classSignatureEdDSA.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 classBlockCiphers.FactoryNamed factory for BlockCipherstatic classChachaPolyCiphers.Factorystatic classGcmCiphers.FactoryNamed factory for BlockCipherstatic classStreamCiphers.FactoryNamed 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 classDHGroups.FactoryNamed factory for DHG1 key exchangeclassExtInfoClientFactoryStub 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 classMacs.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 classOpenSSHKeyV1KeyFile.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. randomFactoryMethods in net.schmizz.sshj that return Factory Modifier and Type Method Description Factory<Random>Config. getRandomFactory()Retrieve theRandomfactory.Factory<Random>ConfigImpl. getRandomFactory()Methods in net.schmizz.sshj with parameters of type Factory Modifier and Type Method Description voidConfig. setRandomFactory(Factory<Random> randomFactory)Set the factory forRandom.voidConfigImpl. 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 interfaceFactory.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 classSignatureDSA.FactoryA named factory for DSA signaturestatic classSignatureECDSA.Factory256A named factory for ECDSA-256 signaturestatic classSignatureECDSA.Factory384A named factory for ECDSA-384 signaturestatic classSignatureECDSA.Factory521A named factory for ECDSA-521 signaturestatic classSignatureRSA.FactoryCERTA named factory for RSASignaturestatic classSignatureRSA.FactoryRSASHA256A named factory for RSASignaturestatic classSignatureRSA.FactoryRSASHA512A named factory for RSASignaturestatic classSignatureRSA.FactorySSHRSAA 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 classAES128CBC.FactoryDeprecated.Named factory for AES128CBC Cipherstatic classAES128CTR.FactoryDeprecated.Named factory for AES128CTR Cipherstatic classAES192CBC.FactoryDeprecated.Named factory for AES192CBC Cipherstatic classAES192CTR.FactoryDeprecated.Named factory for AES192CTR Cipherstatic classAES256CBC.FactoryDeprecated.Named factory for AES256CBC Cipherstatic classAES256CTR.FactoryDeprecated.Named factory for AES256CTR Cipherstatic classBlowfishCBC.FactoryDeprecated.Named factory for BlowfishCBC Cipherstatic classNoneCipher.FactoryNamed factory for the no-op Cipherstatic classTripleDESCBC.FactoryDeprecated.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 classDelayedZlibCompression.FactoryNamed factory for the ZLib Delayed Compression.static classNoneCompression.FactoryNamed factory for the no-opCompressionstatic classZlibCompression.FactoryNamed 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 classMD5.FactoryNamed factory for MD5 digeststatic classSHA1.FactoryNamed factory for SHA1 digeststatic classSHA256.FactoryNamed factory for SHA256 digeststatic classSHA384.FactoryNamed factory for SHA384 digeststatic classSHA512.FactoryNamed 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 classCurve25519SHA256.FactoryNamed factory for Curve25519SHA256 key exchangestatic classCurve25519SHA256.FactoryLibSshNamed factory for Curve25519SHA256 key exchangestatic classDHG1.FactoryDeprecated.Named factory for DHG1 key exchangestatic classDHG14.FactoryDeprecated.Named factory for DHG14 key exchangestatic classDHGexSHA1.FactoryNamed factory for DHGexSHA1 key exchangestatic classDHGexSHA256.FactoryNamed factory for DHGexSHA256 key exchangestatic classECDHNistP.Factory256Named factory for ECDHNistP key exchangestatic classECDHNistP.Factory384Named factory for ECDHNistP key exchangestatic classECDHNistP.Factory521Named factory for ECDHNistP key exchangeMethods in net.schmizz.sshj.transport.kex with parameters of type Factory Modifier and Type Method Description voidCurve25519DH. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)Initialize Key Agreement with generated Public and Private Key PairvoidDH. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)abstract voidDHBase. init(java.security.spec.AlgorithmParameterSpec params, Factory<Random> randomFactory)voidECDH. 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 classHMACMD5.FactoryDeprecated.Named factory for the HMACMD5MACstatic classHMACMD596.FactoryDeprecated.Named factory for the HMAC-MD5-96MACstatic classHMACRIPEMD160.FactoryDeprecated.Named factory for the HMAC-RIPEMD160MACstatic classHMACSHA1.FactoryDeprecated.Named factory for the HMAC-SHA1MACstatic classHMACSHA196.FactoryDeprecated.Named factory for the HMAC-SHA1-96MACstatic classHMACSHA2256.FactoryDeprecated.Named factory for the HMAC-SHA1MACstatic classHMACSHA2512.FactoryDeprecated.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 classBouncyCastleFipsRandom.FactoryNamed factory for the BouncyCastleRandomstatic classBouncyCastleRandom.FactoryNamed factory for the BouncyCastleRandomstatic classJCERandom.FactoryNamed factory for the JCERandomclassSingletonRandomFactoryA 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 classOpenSSHKeyFile.Factorystatic classPKCS8KeyFile.Factorystatic classPuTTYKeyFile.Factory
-