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

RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition OtherRevRefs ::= SEQUENCE { otherRevRefType OtherRevRefType, otherRevRefs ANY DEFINED BY otherRevRefType } OtherRevRefType ::= OBJECT IDENTIFIER
Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : OtherRevRefs
OtherRevRefs ( DerObjectIdentifier otherRevRefType, Asn1Encodable otherRevRefs ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
OtherRevRefs ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

OtherRevRefs() public method

public OtherRevRefs ( DerObjectIdentifier otherRevRefType, Asn1Encodable otherRevRefs ) : System
otherRevRefType DerObjectIdentifier
otherRevRefs Asn1Encodable
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object