com.mindbright.ssh
public final class SSHNoEncrypt extends SSHCipher
Constructor and Description |
---|
SSHNoEncrypt() |
Modifier and Type | Method and Description |
---|---|
void |
decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len) |
void |
encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len) |
void |
setKey(boolean encrypt,
byte[] key) |
decrypt, encrypt, getInstance, setKey