| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectde.mud.ssh.Cipherde.mud.ssh.NONEpublic final class NONEextends CipherMethod Summary | |
void |
|
void |
|
void |
|
void |
|
Methods inherited from class de.mud.ssh.Cipher | |
decrypt, decrypt, encrypt, encrypt, getInstance, setKey, setKey | |
public void decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)The actual decryption takes place here.
public void encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)The actual encryption takes place here.