Method | Description | |
---|---|---|
AddCryptedBlocks ( byte block1, byte block2 ) : byte[] | ||
Encrypt ( |
||
GetInputBlockSize ( ) : int | ||
GetOutputBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte inBytes, int inOff, int length ) : byte[] | ||
ProcessData ( byte data ) : byte[] |
Method | Description | |
---|---|---|
chineseRemainder ( |
public AddCryptedBlocks ( byte block1, byte block2 ) : byte[] | ||
block1 | byte | |
block2 | byte | |
return | byte[] |
public Encrypt ( |
||
plain | ||
return | byte[] |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessBlock ( byte inBytes, int inOff, int length ) : byte[] | ||
inBytes | byte | |
inOff | int | |
length | int | |
return | byte[] |