Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface BlockCipher
Method Summary | |
int | |
void |
|
void |
|
public int getBlockSize()
public void init(boolean forEncryption, byte[] key)
public void transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)