Initializes a new instance of the ECPrivateKeyParameters class

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

Syntax

C#
public ECPrivateKeyParameters(
	BigInteger d,
	DerObjectIdentifier publicKeyParamSet
)
Visual Basic
Public Sub New ( _
	d As BigInteger, _
	publicKeyParamSet As DerObjectIdentifier _
)
Visual C++
public:
ECPrivateKeyParameters(
	BigInteger^ d, 
	DerObjectIdentifier^ publicKeyParamSet
)

See Also