Initializes a new instance of the Gost3410PublicKeyAlgParameters class

Namespace: Org.BouncyCastle.Asn1.CryptoPro
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Gost3410PublicKeyAlgParameters(
	DerObjectIdentifier publicKeyParamSet,
	DerObjectIdentifier digestParamSet,
	DerObjectIdentifier encryptionParamSet
)
Visual Basic
Public Sub New ( _
	publicKeyParamSet As DerObjectIdentifier, _
	digestParamSet As DerObjectIdentifier, _
	encryptionParamSet As DerObjectIdentifier _
)
Visual C++
public:
Gost3410PublicKeyAlgParameters(
	DerObjectIdentifier^ publicKeyParamSet, 
	DerObjectIdentifier^ digestParamSet, 
	DerObjectIdentifier^ encryptionParamSet
)

See Also