Initializes a new instance of the ECKeyGenerationParameters class

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: 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
)

See Also