| 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.DESpublic final class DESextends CipherField Summary | |
protected int | |
protected int | |
protected int[] | |
Method Summary | |
void |
|
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)public void decrypt(int l,
int r,
int[] out)public void encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)public void encrypt(int l,
int r,
int[] out)