Initializes a new instance of the ECKeyGenerationParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public ECKeyGenerationParameters( DerObjectIdentifier publicKeyParamSet, SecureRandom random ) |
| Visual Basic |
|---|
Public Sub New ( _ publicKeyParamSet As DerObjectIdentifier, _ random As SecureRandom _ ) |
| Visual C++ |
|---|
public: ECKeyGenerationParameters( DerObjectIdentifier^ publicKeyParamSet, SecureRandom^ random ) |
Parameters
- publicKeyParamSet
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom