Table of Contents

Class Gost28147Parameters

Namespace
Org.BouncyCastle.Asn1.CryptoPro
Assembly
BouncyCastle.Cryptography.dll
public class Gost28147Parameters : Asn1Encodable, IAsn1Convertible
Inheritance
Gost28147Parameters
Implements
Inherited Members

Constructors

Gost28147Parameters(Asn1OctetString, DerObjectIdentifier)

public Gost28147Parameters(Asn1OctetString iv, DerObjectIdentifier encryptionParamSet)

Parameters

iv Asn1OctetString
encryptionParamSet DerObjectIdentifier

Properties

EncryptionParamSet

public DerObjectIdentifier EncryptionParamSet { get; }

Property Value

DerObjectIdentifier

IV

public Asn1OctetString IV { get; }

Property Value

Asn1OctetString

Methods

GetInstance(Asn1TaggedObject, bool)

public static Gost28147Parameters GetInstance(Asn1TaggedObject obj, bool explicitly)

Parameters

obj Asn1TaggedObject
explicitly bool

Returns

Gost28147Parameters

GetInstance(object)

public static Gost28147Parameters GetInstance(object obj)

Parameters

obj object

Returns

Gost28147Parameters

GetTagged(Asn1TaggedObject, bool)

public static Gost28147Parameters GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

Gost28147Parameters

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object