Package | Description |
---|---|
net.schmizz.sshj.transport.cipher |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NoneCipher.init(Cipher.Mode mode,
byte[] bytes,
byte[] bytes1) |
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
|
void |
BaseCipher.init(Cipher.Mode mode,
byte[] key,
byte[] iv) |
Copyright © 2009-2012. All Rights Reserved.