Method | Description | |
---|---|---|
GetInputBlockSize ( ) : int | ||
GetOutputBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters param ) : void | ||
ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[] |
public Init ( bool forEncryption, ICipherParameters param ) : void | ||
forEncryption | bool | |
param | ICipherParameters | |
return | void |
public ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[] | ||
inBuf | byte | |
inOff | int | |
inLen | int | |
return | byte[] |