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

RFC 3126: 4.3.2 Revocation Values Attribute Definition OtherRevVals ::= SEQUENCE { otherRevValType OtherRevValType, otherRevVals ANY DEFINED BY otherRevValType } OtherRevValType ::= OBJECT IDENTIFIER
Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : OtherRevVals
OtherRevVals ( DerObjectIdentifier otherRevValType, Asn1Encodable otherRevVals ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
OtherRevVals ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

OtherRevVals() public method

public OtherRevVals ( DerObjectIdentifier otherRevValType, Asn1Encodable otherRevVals ) : System
otherRevValType DerObjectIdentifier
otherRevVals Asn1Encodable
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object