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
otherRevRefTypeDerObjectIdentifierotherRevRefsAsn1Encodable
Properties
OtherRevRefType
public DerObjectIdentifier OtherRevRefType { get; }
Property Value
OtherRevRefsData
public Asn1Encodable OtherRevRefsData { get; }
Property Value
OtherRevRefsObject
[Obsolete("Use 'OtherRevRefsData' instead")]
public Asn1Object OtherRevRefsObject { get; }
Property Value
Methods
GetInstance(Asn1TaggedObject, bool)
public static OtherRevRefs GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
GetInstance(object)
public static OtherRevRefs GetInstance(object obj)
Parameters
objobject
Returns
GetTagged(Asn1TaggedObject, bool)
public static OtherRevRefs GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()