public interface BlockCipher
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
void |
init(boolean forEncryption,
byte[] key,
byte[] iv) |
void |
transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff) |