C# Class Org.BouncyCastle.Asn1.Esf.OtherCertID

OtherCertID ::= SEQUENCE { otherCertHash OtherHash, issuerSerial IssuerSerial OPTIONAL }
Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : OtherCertID
OtherCertID ( OtherHash otherCertHash ) : System
OtherCertID ( OtherHash otherCertHash, IssuerSerial issuerSerial ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
OtherCertID ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( object obj ) : OtherCertID
obj object
return OtherCertID

OtherCertID() public method

public OtherCertID ( OtherHash otherCertHash ) : System
otherCertHash OtherHash
return System

OtherCertID() public method

public OtherCertID ( OtherHash otherCertHash, IssuerSerial issuerSerial ) : System
otherCertHash OtherHash
issuerSerial Org.BouncyCastle.Asn1.X509.IssuerSerial
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object