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

Inheritance: RsaKeyParameters
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ValidateValue ( BigInteger x, string name, string desc ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RsaPrivateCrtKeyParameters() public méthode

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
Résultat System