C# Class Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RsaPrivateCrtKeyParameters ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv ) : System

Private Methods

Method Description
ValidateValue ( BigInteger x, string name, string desc ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RsaPrivateCrtKeyParameters() public method

public RsaPrivateCrtKeyParameters ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv ) : System
modulus Org.BouncyCastle.Math.BigInteger
publicExponent Org.BouncyCastle.Math.BigInteger
privateExponent Org.BouncyCastle.Math.BigInteger
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
dP Org.BouncyCastle.Math.BigInteger
dQ Org.BouncyCastle.Math.BigInteger
qInv Org.BouncyCastle.Math.BigInteger
return System