| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface CipherField Summary | |
static int | |
static int | |
Method Summary | |
int | |
int | |
void |
|
void |
|
public static final int DECRYPT_MODE
- Field Value:
- 1
public static final int ENCRYPT_MODE
- Field Value:
- 0
public int getBlockSize()
public int getIVSize()
public void init(int mode,
byte[] key,
byte[] iv)
throws Exceptionpublic void update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
throws Exception