Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
de.mud.ssh.Cipher
de.mud.ssh.DES3
public final class DES3
extends Cipher
Method Summary | |
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.