Class Overview
This is CTR mode as described in draft-ietf-secsh-newmodes-XY.txt
Summary
| Public Methods |
|
final
int
|
getBlockSize()
|
|
void
|
init(boolean forEncryption, byte[] key)
|
|
final
void
|
transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)
|
Fields
Public Constructors
public
CTRMode
(BlockCipher tc, byte[] iv, boolean doEnc)
Public Methods
public
final
int
getBlockSize
()
public
void
init
(boolean forEncryption, byte[] key)
public
final
void
transformBlock
(byte[] src, int srcoff, byte[] dst, int dstoff)