C# 클래스 BraintreeEncryption.Library.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters

상속: RsaKeyParameters
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
RsaPrivateCrtKeyParameters ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv ) : System

비공개 메소드들

메소드 설명
ValidateValue ( BigInteger x, string name, string desc ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RsaPrivateCrtKeyParameters() 공개 메소드

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
리턴 System