Initializes a new instance of the ECKeyParameters class

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

Collapse imageSyntax

C#
protected ECKeyParameters(
	string algorithm,
	bool isPrivate,
	DerObjectIdentifier publicKeyParamSet
)
Visual Basic
Protected Sub New ( _
	algorithm As String, _
	isPrivate As Boolean, _
	publicKeyParamSet As DerObjectIdentifier _
)
Visual C++
protected:
ECKeyParameters(
	String^ algorithm, 
	bool isPrivate, 
	DerObjectIdentifier^ publicKeyParamSet
)

Parameters

algorithm
Type: System..::..String
isPrivate
Type: System..::..Boolean
publicKeyParamSet
Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier

Collapse imageSee Also