C# Class Org.BouncyCastle.Asn1.X509.CertificateList

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : CertificateList
GetInstance ( object obj ) : CertificateList
GetRevokedCertificateEnumeration ( ) : IEnumerable
GetRevokedCertificates ( ) : Org.BouncyCastle.Asn1.X509.CrlEntry[]
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
CertificateList ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : CertificateList
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
return CertificateList

GetInstance() public static method

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

GetRevokedCertificateEnumeration() public method

public GetRevokedCertificateEnumeration ( ) : IEnumerable
return IEnumerable

GetRevokedCertificates() public method

public GetRevokedCertificates ( ) : Org.BouncyCastle.Asn1.X509.CrlEntry[]
return Org.BouncyCastle.Asn1.X509.CrlEntry[]

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object