Uses of Enum
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.ModeChachaPolyCipher.modeprotected Cipher.ModeGcmCipher.modeMethods in com.hierynomus.sshj.transport.cipher with parameters of type Cipher.ModeModifier and TypeMethodDescriptionprotected voidChachaPolyCipher.initCipher(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) protected voidGcmCipher.initCipher(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) protected voidStreamCipher.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.ModeReturns the enum constant of this type with the specified name.static Cipher.Mode[]Cipher.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.transport.cipher with parameters of type Cipher.ModeModifier and TypeMethodDescriptionprotected intBaseCipher.getMode(Cipher.Mode mode) voidBaseCipher.init(Cipher.Mode mode, byte[] key, byte[] iv) voidCipher.init(Cipher.Mode mode, byte[] key, byte[] iv) Initialize the cipher for encryption or decryption with the given private key and initialization vectorvoidNoneCipher.init(Cipher.Mode mode, byte[] bytes, byte[] bytes1) protected abstract voidBaseCipher.initCipher(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv) protected voidBlockCipher.initCipher(Cipher cipher, Cipher.Mode mode, byte[] key, byte[] iv)