Uses of Interface
net.schmizz.sshj.transport.cipher.Cipher
Packages that use Cipher
Package
Description
-
Uses of Cipher in com.hierynomus.sshj.transport.cipher
Classes in com.hierynomus.sshj.transport.cipher that implement CipherMethods in com.hierynomus.sshj.transport.cipher that return Cipher -
Uses of Cipher in net.schmizz.sshj
Methods in net.schmizz.sshj that return types with arguments of type CipherModifier and TypeMethodDescriptionConfig.getCipherFactories()Retrieve the list of named factories forCipher.ConfigImpl.getCipherFactories()Method parameters in net.schmizz.sshj with type arguments of type CipherModifier and TypeMethodDescriptionvoidConfig.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) Set the named factories forCipher.voidConfigImpl.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) -
Uses of Cipher in net.schmizz.sshj.transport.cipher
Classes in net.schmizz.sshj.transport.cipher that implement CipherModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classBase class for all Cipher implementations delegating to the JCE provider.classclassDeprecated.classRepresents a no-op cipher.classDeprecated.Methods in net.schmizz.sshj.transport.cipher that return Cipher
BlockCiphers.AES128CBC()