RsaPrivateCrtKeyParameters(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) Constructor

Initializes a new instance of the RsaPrivateCrtKeyParameters class

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public RsaPrivateCrtKeyParameters(
	BigInteger modulus,
	BigInteger publicExponent,
	BigInteger privateExponent,
	BigInteger p,
	BigInteger q,
	BigInteger dP,
	BigInteger dQ,
	BigInteger qInv
)

Parameters

modulus  BigInteger
 
publicExponent  BigInteger
 
privateExponent  BigInteger
 
p  BigInteger
 
q  BigInteger
 
dP  BigInteger
 
dQ  BigInteger
 
qInv  BigInteger
 

See Also