Initializes a new instance of the RsaSecretBcpgKey class

Namespace: Org.BouncyCastle.Bcpg
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RsaSecretBcpgKey(
	BigInteger d,
	BigInteger p,
	BigInteger q
)
Visual Basic
Public Sub New ( _
	d As BigInteger, _
	p As BigInteger, _
	q As BigInteger _
)
Visual C++
public:
RsaSecretBcpgKey(
	BigInteger^ d, 
	BigInteger^ p, 
	BigInteger^ q
)

See Also