C# Class Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( object obj ) : InfoTypeAndValue
InfoTypeAndValue ( DerObjectIdentifier infoType ) : System
InfoTypeAndValue ( DerObjectIdentifier infoType, Asn1Encodable optionalValue ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
InfoTypeAndValue ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

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

InfoTypeAndValue() public méthode

public InfoTypeAndValue ( DerObjectIdentifier infoType ) : System
infoType DerObjectIdentifier
Résultat System

InfoTypeAndValue() public méthode

public InfoTypeAndValue ( DerObjectIdentifier infoType, Asn1Encodable optionalValue ) : System
infoType DerObjectIdentifier
optionalValue Asn1Encodable
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object