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.IDEA
public final class IDEA
extends Cipher
Field Summary | |
protected int | |
protected int | |
protected int[] |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
static int |
|
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 final void decrypt(int l, int r, int[] out)
public void encrypt(byte[] src, int srcOff, byte[] dest, int destOff, int len)
public final void encrypt(int l, int r, int[] out)
public static final int mulop(int a, int b)