메소드 | 설명 | |
---|---|---|
GetInputBlockSize ( ) : int | ||
GetOutputBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters param ) : void | ||
ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[] |
메소드 | 설명 | |
---|---|---|
BlindMessage ( |
||
UnblindMessage ( |
public Init ( bool forEncryption, ICipherParameters param ) : void | ||
forEncryption | bool | |
param | ICipherParameters | |
리턴 | void |
public ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[] | ||
inBuf | byte | |
inOff | int | |
inLen | int | |
리턴 | byte[] |