Table of Contents

Class OtherRevRefs

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

Remarks

RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition

OtherRevRefs ::= SEQUENCE 
{
	otherRevRefType      OtherRevRefType,
	otherRevRefs         ANY DEFINED BY otherRevRefType
}

OtherRevRefType ::= OBJECT IDENTIFIER

Constructors

OtherRevRefs(DerObjectIdentifier, Asn1Encodable)

public OtherRevRefs(DerObjectIdentifier otherRevRefType, Asn1Encodable otherRevRefs)

Parameters

otherRevRefType DerObjectIdentifier
otherRevRefs Asn1Encodable

Properties

OtherRevRefType

public DerObjectIdentifier OtherRevRefType { get; }

Property Value

DerObjectIdentifier

OtherRevRefsData

public Asn1Encodable OtherRevRefsData { get; }

Property Value

Asn1Encodable

OtherRevRefsObject

[Obsolete("Use 'OtherRevRefsData' instead")]
public Asn1Object OtherRevRefsObject { get; }

Property Value

Asn1Object

Methods

GetInstance(Asn1TaggedObject, bool)

public static OtherRevRefs GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherRevRefs

GetInstance(object)

public static OtherRevRefs GetInstance(object obj)

Parameters

obj object

Returns

OtherRevRefs

GetTagged(Asn1TaggedObject, bool)

public static OtherRevRefs GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherRevRefs

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object