|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cipher.Mode | |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.cipher | Cipher implementations. |
Uses of Cipher.Mode in org.apache.sshd.common |
---|
Methods in org.apache.sshd.common that return Cipher.Mode | |
---|---|
static Cipher.Mode |
Cipher.Mode.valueOf(String name)
Returns 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 org.apache.sshd.common with parameters of type Cipher.Mode | |
---|---|
void |
Cipher.init(Cipher.Mode mode,
byte[] key,
byte[] iv)
Initialize the cipher for encryption or decryption with the given private key and initialization vector |
Uses of Cipher.Mode in org.apache.sshd.common.cipher |
---|
Methods in org.apache.sshd.common.cipher with parameters of type Cipher.Mode | |
---|---|
void |
CipherNone.init(Cipher.Mode mode,
byte[] bytes,
byte[] bytes1)
|
void |
BaseCipher.init(Cipher.Mode mode,
byte[] key,
byte[] iv)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |