C# Class Org.BouncyCastle.Asn1.X509.AttributeTable

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
AttributeTable ( Asn1EncodableVector v ) : System
AttributeTable ( Asn1Set s ) : System
AttributeTable ( IDictionary attrs ) : System
Get ( DerObjectIdentifier oid ) : AttributeX509
ToDictionary ( ) : IDictionary

Private Methods

Méthode Description
AttributeTable ( Hashtable attrs ) : System
ToHashtable ( ) : Hashtable

Method Details

AttributeTable() public méthode

public AttributeTable ( Asn1EncodableVector v ) : System
v Org.BouncyCastle.Asn1.Asn1EncodableVector
Résultat System

AttributeTable() public méthode

public AttributeTable ( Asn1Set s ) : System
s Org.BouncyCastle.Asn1.Asn1Set
Résultat System

AttributeTable() public méthode

public AttributeTable ( IDictionary attrs ) : System
attrs IDictionary
Résultat System

Get() public méthode

public Get ( DerObjectIdentifier oid ) : AttributeX509
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Résultat AttributeX509

ToDictionary() public méthode

public ToDictionary ( ) : IDictionary
Résultat IDictionary