C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters

Inheritance: RsaKeyParameters
ファイルを表示 Open project: braintree/braintree_windows_phone_encryption 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 BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
publicExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
privateExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
p BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
q BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
dP BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
dQ BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
qInv BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
return System