C# Class Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue

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

Méthodes publiques

Méthode Description
AttributeTypeAndValue ( DerObjectIdentifier type, Asn1Encodable value ) : System
AttributeTypeAndValue ( String oid, Asn1Encodable value ) : System
GetInstance ( object obj ) : AttributeTypeAndValue
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
AttributeTypeAndValue ( Asn1Sequence seq ) : System

Method Details

AttributeTypeAndValue() public méthode

public AttributeTypeAndValue ( DerObjectIdentifier type, Asn1Encodable value ) : System
type DerObjectIdentifier
value Asn1Encodable
Résultat System

AttributeTypeAndValue() public méthode

public AttributeTypeAndValue ( String oid, Asn1Encodable value ) : System
oid String
value Asn1Encodable
Résultat System

GetInstance() public static méthode

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

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object