Initializes a new instance of the RsaPrivateKeyStructure class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RsaPrivateKeyStructure( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient ) |
Visual Basic |
---|
Public Sub New ( _ modulus As BigInteger, _ publicExponent As BigInteger, _ privateExponent As BigInteger, _ prime1 As BigInteger, _ prime2 As BigInteger, _ exponent1 As BigInteger, _ exponent2 As BigInteger, _ coefficient As BigInteger _ ) |
Visual C++ |
---|
public: RsaPrivateKeyStructure( BigInteger^ modulus, BigInteger^ publicExponent, BigInteger^ privateExponent, BigInteger^ prime1, BigInteger^ prime2, BigInteger^ exponent1, BigInteger^ exponent2, BigInteger^ coefficient ) |
Parameters
- modulus
- Type: Org.BouncyCastle.Math..::..BigInteger
- publicExponent
- Type: Org.BouncyCastle.Math..::..BigInteger
- privateExponent
- Type: Org.BouncyCastle.Math..::..BigInteger
- prime1
- Type: Org.BouncyCastle.Math..::..BigInteger
- prime2
- Type: Org.BouncyCastle.Math..::..BigInteger
- exponent1
- Type: Org.BouncyCastle.Math..::..BigInteger
- exponent2
- Type: Org.BouncyCastle.Math..::..BigInteger
- coefficient
- Type: Org.BouncyCastle.Math..::..BigInteger