Initializes a new instance of the RsaKeyParameters class

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: 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
)

See Also