C# Class Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator

ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GenerateBlindingFactor ( ) : BigInteger
Init ( ICipherParameters param ) : void

Method Details

GenerateBlindingFactor() public method

public GenerateBlindingFactor ( ) : BigInteger
return Org.BouncyCastle.Math.BigInteger

Init() public method

public Init ( ICipherParameters param ) : void
param ICipherParameters
return void