Initializes a new instance of the Gost3410PublicKeyParameters class

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

Syntax

C#
public Gost3410PublicKeyParameters(
	BigInteger y,
	Gost3410Parameters parameters
)
Visual Basic
Public Sub New ( _
	y As BigInteger, _
	parameters As Gost3410Parameters _
)
Visual C++
public:
Gost3410PublicKeyParameters(
	BigInteger^ y, 
	Gost3410Parameters^ parameters
)

See Also