de.mud.ssh
public final class NONE extends Cipher
Constructor and Description |
---|
NONE() |
Modifier and Type | Method and Description |
---|---|
void |
decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
The actual decryption takes place here.
|
void |
encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
The actual encryption takes place here.
|
void |
setKey(byte[] key) |
void |
setKey(java.lang.String skey) |
decrypt, encrypt, getInstance
public void encrypt(byte[] src, int srcOff, byte[] dest, int destOff, int len)
Cipher