Table of Contents

Class OtherCertID

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

Remarks

OtherCertID ::= SEQUENCE {
	otherCertHash	OtherHash,
	issuerSerial	IssuerSerial OPTIONAL
}

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(Asn1TaggedObject, bool)

public static OtherCertID GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherCertID

GetInstance(object)

public static OtherCertID GetInstance(object obj)

Parameters

obj object

Returns

OtherCertID

GetTagged(Asn1TaggedObject, bool)

public static OtherCertID GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherCertID

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object