Table of Contents

Class OtherCertID

Namespace
Enterprises.Org.BouncyCastle.Asn1.Esf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class OtherCertID : Asn1Encodable, IAsn1Convertible
Inheritance
OtherCertID
Implements
Inherited Members

Constructors

OtherCertID(OtherHash)

public OtherCertID(OtherHash otherCertHash)

Parameters

otherCertHash OtherHash

OtherCertID(OtherHash, IssuerSerial)

public OtherCertID(OtherHash otherCertHash, IssuerSerial issuerSerial)

Parameters

otherCertHash OtherHash
issuerSerial IssuerSerial

Properties

IssuerSerial

public IssuerSerial IssuerSerial { get; }

Property Value

IssuerSerial

OtherCertHash

public OtherHash OtherCertHash { get; }

Property Value

OtherHash

Methods

GetInstance(object)

public static OtherCertID GetInstance(object obj)

Parameters

obj object

Returns

OtherCertID

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object