Initializes a new instance of the Gost3410KeyParameters class

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

Syntax

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

See Also