Initializes a new instance of the Gost3410KeyParameters class

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

Collapse imageSyntax

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

Parameters

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

Collapse imageSee Also