Table of Contents

Class OtherRevocationInfoFormat

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

Constructors

OtherRevocationInfoFormat(DerObjectIdentifier, Asn1Encodable)

public OtherRevocationInfoFormat(DerObjectIdentifier otherRevInfoFormat, Asn1Encodable otherRevInfo)

Parameters

otherRevInfoFormat DerObjectIdentifier
otherRevInfo Asn1Encodable

Properties

Info

public virtual Asn1Encodable Info { get; }

Property Value

Asn1Encodable

InfoFormat

public virtual DerObjectIdentifier InfoFormat { get; }

Property Value

DerObjectIdentifier

Methods

GetInstance(Asn1TaggedObject, bool)

public static OtherRevocationInfoFormat GetInstance(Asn1TaggedObject obj, bool isExplicit)

Parameters

obj Asn1TaggedObject
isExplicit bool

Returns

OtherRevocationInfoFormat

GetInstance(object)

public static OtherRevocationInfoFormat GetInstance(object obj)

Parameters

obj object

Returns

OtherRevocationInfoFormat

GetTagged(Asn1TaggedObject, bool)

public static OtherRevocationInfoFormat GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherRevocationInfoFormat

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object