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
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OtherRevVals ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( object obj ) : OtherRevVals
obj object
Résultat OtherRevVals

OtherRevVals() public méthode

public OtherRevVals ( DerObjectIdentifier otherRevValType, Asn1Encodable otherRevVals ) : System
otherRevValType DerObjectIdentifier
otherRevVals Asn1Encodable
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object