Initializes a new instance of the RsaKeyParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RsaKeyParameters( bool isPrivate, BigInteger modulus, BigInteger exponent ) |
Visual Basic |
---|
Public Sub New ( _ isPrivate As Boolean, _ modulus As BigInteger, _ exponent As BigInteger _ ) |
Visual C++ |
---|
public: RsaKeyParameters( bool isPrivate, BigInteger^ modulus, BigInteger^ exponent ) |
Parameters
- isPrivate
- Type: System..::..Boolean
- modulus
- Type: Org.BouncyCastle.Math..::..BigInteger
- exponent
- Type: Org.BouncyCastle.Math..::..BigInteger