Initializes a new instance of the ECKeyPairGenerator class

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

Syntax

C#
public ECKeyPairGenerator(
	string algorithm
)
Visual Basic
Public Sub New ( _
	algorithm As String _
)
Visual C++
public:
ECKeyPairGenerator(
	String^ algorithm
)

Parameters

algorithm
Type: System..::..String

See Also