Class OtherRevocationInfoFormat
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class OtherRevocationInfoFormat : Asn1Encodable, IAsn1Convertible
- Inheritance
-
OtherRevocationInfoFormat
- Implements
-
- Inherited Members
-
Constructors
public OtherRevocationInfoFormat(DerObjectIdentifier otherRevInfoFormat, Asn1Encodable otherRevInfo)
Parameters
otherRevInfoFormat
DerObjectIdentifier
otherRevInfo
Asn1Encodable
Properties
public virtual Asn1Encodable Info { get; }
Property Value
- Asn1Encodable
public virtual DerObjectIdentifier InfoFormat { get; }
Property Value
- DerObjectIdentifier
Methods
public static OtherRevocationInfoFormat GetInstance(Asn1TaggedObject obj, bool isExplicit)
Parameters
obj
Asn1TaggedObject
isExplicit
bool
Returns
- OtherRevocationInfoFormat
public static OtherRevocationInfoFormat GetInstance(object obj)
Parameters
obj
object
Returns
- OtherRevocationInfoFormat
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object