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 |
|