Uses of Enum Class
net.schmizz.sshj.transport.cipher.Cipher.Mode
Packages that use Cipher.Mode
-
Uses of Cipher.Mode in com.hierynomus.sshj.transport.cipher
Fields in com.hierynomus.sshj.transport.cipher declared as Cipher.ModeModifier and TypeFieldDescriptionprotected Cipher.Mode
ChachaPolyCipher.mode
protected Cipher.Mode
GcmCipher.mode
Methods in com.hierynomus.sshj.transport.cipher with parameters of type Cipher.ModeModifier and TypeMethodDescriptionprotected void
ChachaPolyCipher.initCipher
(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) protected void
GcmCipher.initCipher
(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) protected void
StreamCipher.initCipher
(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) -
Uses of Cipher.Mode in net.schmizz.sshj.transport.cipher
Methods in net.schmizz.sshj.transport.cipher that return Cipher.ModeModifier and TypeMethodDescriptionstatic Cipher.Mode
Returns the enum constant of this class with the specified name.static Cipher.Mode[]
Cipher.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.transport.cipher with parameters of type Cipher.ModeModifier and TypeMethodDescriptionprotected int
BaseCipher.getMode
(Cipher.Mode mode) void
BaseCipher.init
(Cipher.Mode mode, byte[] key, byte[] iv) void
Cipher.init
(Cipher.Mode mode, byte[] key, byte[] iv) Initialize the cipher for encryption or decryption with the given private key and initialization vectorvoid
NoneCipher.init
(Cipher.Mode mode, byte[] bytes, byte[] bytes1) protected abstract void
BaseCipher.initCipher
(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) protected void
BlockCipher.initCipher
(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv)