Initializes a new instance of the ECKeyPairGenerator class
Namespace: Org.BouncyCastle.Crypto.GeneratorsAssembly: 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