Uses of Interface
net.schmizz.sshj.transport.cipher.Cipher
-
Packages that use Cipher Package Description com.hierynomus.sshj.transport.cipher com.hierynomus.sshj.userauth.keyprovider net.schmizz.sshj net.schmizz.sshj.transport net.schmizz.sshj.transport.cipher -
-
Uses of Cipher in com.hierynomus.sshj.transport.cipher
Classes in com.hierynomus.sshj.transport.cipher that implement Cipher Modifier and Type Class Description classChachaPolyCipherclassGcmCipherclassStreamCipherMethods in com.hierynomus.sshj.transport.cipher that return Cipher Modifier and Type Method Description CipherBlockCiphers.Factory. create()CipherChachaPolyCiphers.Factory. create()CipherGcmCiphers.Factory. create()CipherStreamCiphers.Factory. create() -
Uses of Cipher in com.hierynomus.sshj.userauth.keyprovider
Fields in com.hierynomus.sshj.userauth.keyprovider with type parameters of type Cipher Modifier and Type Field Description private static java.util.Map<java.lang.String,Factory.Named<Cipher>>OpenSSHKeyV1KeyFile. SUPPORTED_CIPHERSMethods in com.hierynomus.sshj.userauth.keyprovider that return Cipher Modifier and Type Method Description private CipherOpenSSHKeyV1KeyFile. createCipher(java.lang.String cipherName)Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type Cipher Modifier and Type Method Description private voidOpenSSHKeyV1KeyFile. initializeCipher(java.lang.String kdfName, byte[] kdfOptions, Cipher cipher) -
Uses of Cipher in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type Cipher Modifier and Type Field Description private java.util.List<Factory.Named<Cipher>>ConfigImpl. cipherFactoriesMethods in net.schmizz.sshj that return types with arguments of type Cipher Modifier and Type Method Description java.util.List<Factory.Named<Cipher>>Config. getCipherFactories()Retrieve the list of named factories forCipher.java.util.List<Factory.Named<Cipher>>ConfigImpl. getCipherFactories()Method parameters in net.schmizz.sshj with type arguments of type Cipher Modifier and Type Method Description voidConfig. setCipherFactories(java.util.List<Factory.Named<Cipher>> cipherFactories)Set the named factories forCipher.voidConfigImpl. setCipherFactories(java.util.List<Factory.Named<Cipher>> cipherFactories) -
Uses of Cipher in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as Cipher Modifier and Type Field Description protected CipherConverter. cipherMethods in net.schmizz.sshj.transport with parameters of type Cipher Modifier and Type Method Description (package private) voidConverter. setAlgorithms(Cipher cipher, MAC mac, Compression compression)(package private) voidDecoder. setAlgorithms(Cipher cipher, MAC mac, Compression compression)(package private) voidEncoder. setAlgorithms(Cipher cipher, MAC mac, Compression compression) -
Uses of Cipher in net.schmizz.sshj.transport.cipher
Classes in net.schmizz.sshj.transport.cipher that implement Cipher Modifier and Type Class Description classAES128CBCDeprecated.classAES128CTRDeprecated.classAES192CBCDeprecated.classAES192CTRDeprecated.classAES256CBCDeprecated.classAES256CTRDeprecated.classBaseCipherBase class for all Cipher implementations delegating to the JCE provider.classBlockCipherclassBlowfishCBCDeprecated.classNoneCipherRepresents a no-op cipher.classTripleDESCBCDeprecated.Methods in net.schmizz.sshj.transport.cipher that return Cipher Modifier and Type Method Description CipherAES128CBC.Factory. create()CipherAES128CTR.Factory. create()CipherAES192CBC.Factory. create()CipherAES192CTR.Factory. create()CipherAES256CBC.Factory. create()CipherAES256CTR.Factory. create()CipherBlowfishCBC.Factory. create()CipherNoneCipher.Factory. create()CipherTripleDESCBC.Factory. create()
-