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

RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition CrlValidatedID ::= SEQUENCE { crlHash OtherHash, crlIdentifier CrlIdentifier OPTIONAL}
Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CrlValidatedID ( OtherHash crlHash ) : System
CrlValidatedID ( OtherHash crlHash, CrlIdentifier crlIdentifier ) : System
GetInstance ( object obj ) : CrlValidatedID
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
CrlValidatedID ( Asn1Sequence seq ) : System

Method Details

CrlValidatedID() public method

public CrlValidatedID ( OtherHash crlHash ) : System
crlHash OtherHash
return System

CrlValidatedID() public method

public CrlValidatedID ( OtherHash crlHash, CrlIdentifier crlIdentifier ) : System
crlHash OtherHash
crlIdentifier CrlIdentifier
return System

GetInstance() public static method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object