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 com.hierynomus.sshj.userauth.keyprovider
Fields in com.hierynomus.sshj.userauth.keyprovider with type parameters of type CipherModifier and TypeFieldDescriptionprivate static final Map
<String, Factory.Named<Cipher>> OpenSSHKeyV1KeyFile.SUPPORTED_CIPHERS
Methods in com.hierynomus.sshj.userauth.keyprovider that return CipherModifier and TypeMethodDescriptionprivate Cipher
OpenSSHKeyV1KeyFile.createCipher
(String cipherName) Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type CipherModifier and TypeMethodDescriptionprivate void
OpenSSHKeyV1KeyFile.initializeCipher
(String kdfName, byte[] kdfOptions, Cipher cipher) -
Uses of Cipher in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type CipherMethods 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 TypeMethodDescriptionvoid
Config.setCipherFactories
(List<Factory.Named<Cipher>> cipherFactories) Set the named factories forCipher
.void
ConfigImpl.setCipherFactories
(List<Factory.Named<Cipher>> cipherFactories) -
Uses of Cipher in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as CipherMethods in net.schmizz.sshj.transport with parameters of type CipherModifier and TypeMethodDescription(package private) void
Converter.setAlgorithms
(Cipher cipher, MAC mac, Compression compression) (package private) void
Decoder.setAlgorithms
(Cipher cipher, MAC mac, Compression compression) (package private) void
Encoder.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 CipherModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Base class for all Cipher implementations delegating to the JCE provider.class
class
Deprecated.class
Represents a no-op cipher.class
Deprecated.Methods in net.schmizz.sshj.transport.cipher that return Cipher
BlockCiphers.AES128CBC()