public RsaPrivateCrtKeyParameters(
BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger p,
BigInteger q,
BigInteger dP,
BigInteger dQ,
BigInteger qInv
)
Public Sub New (
modulus As BigInteger,
publicExponent As BigInteger,
privateExponent As BigInteger,
p As BigInteger,
q As BigInteger,
dP As BigInteger,
dQ As BigInteger,
qInv As BigInteger
)
public:
RsaPrivateCrtKeyParameters(
BigInteger^ modulus,
BigInteger^ publicExponent,
BigInteger^ privateExponent,
BigInteger^ p,
BigInteger^ q,
BigInteger^ dP,
BigInteger^ dQ,
BigInteger^ qInv
)
Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters = function(modulus, publicExponent, privateExponent, p, q, dP, dQ, qInv);