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