Table of Contents

Class OtherRevocationInfoFormat

Namespace
Enterprises.Org.BouncyCastle.Asn1.Cms
Assembly
Enterprises.BouncyCastle.Crypto.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

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object