C# Class Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine

Inheritance: IAsymmetricBlockCipher
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Private Methods

Method Description
BlindMessage ( BigInteger msg ) : BigInteger
UnblindMessage ( BigInteger blindedMsg ) : BigInteger

Method Details

GetInputBlockSize() public method

public GetInputBlockSize ( ) : int
return int

GetOutputBlockSize() public method

public GetOutputBlockSize ( ) : int
return int

Init() public method

public Init ( bool forEncryption, ICipherParameters param ) : void
forEncryption bool
param ICipherParameters
return void

ProcessBlock() public method

public ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[]
inBuf byte
inOff int
inLen int
return byte[]