public interface BlockCipher
int
getBlockSize()
void
init(boolean forEncryption, byte[] key)
transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)
void init(boolean forEncryption, byte[] key)
int getBlockSize()
void transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)