Table of Contents

Class KeySpecificInfo

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

Constructors

KeySpecificInfo(Asn1Sequence)

[Obsolete("Use 'GetInstance' instead")]
public KeySpecificInfo(Asn1Sequence seq)

Parameters

seq Asn1Sequence

KeySpecificInfo(DerObjectIdentifier, Asn1OctetString)

public KeySpecificInfo(DerObjectIdentifier algorithm, Asn1OctetString counter)

Parameters

algorithm DerObjectIdentifier
counter Asn1OctetString

Properties

Algorithm

public DerObjectIdentifier Algorithm { get; }

Property Value

DerObjectIdentifier

Counter

public Asn1OctetString Counter { get; }

Property Value

Asn1OctetString

Methods

GetInstance(Asn1TaggedObject, bool)

public static KeySpecificInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

KeySpecificInfo

GetInstance(object)

public static KeySpecificInfo GetInstance(object obj)

Parameters

obj object

Returns

KeySpecificInfo

GetTagged(Asn1TaggedObject, bool)

public static KeySpecificInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

KeySpecificInfo

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object