C# Class Goedel.Cryptography.PKIX.AttributeTypeValue

Attribute = type = value tripple
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
Type int[]
Value Goedel.Cryptography.PKIX.AnyString

Méthodes publiques

Méthode Description
AttributeTypeValue ( int OID, string Value, StringType StringType ) : System

Construct from components.

Encode ( Goedel Buffer ) : void

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.

Method Details

AttributeTypeValue() public méthode

Construct from components.
public AttributeTypeValue ( int OID, string Value, StringType StringType ) : System
OID int Object Identifier
Value string Value
StringType StringType Encoding.
Résultat System

Encode() public méthode

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
public Encode ( Goedel Buffer ) : void
Buffer Goedel Output buffer
Résultat void

Property Details

Type public_oe property

ASN.1 member Type
public int[] Type
Résultat int[]

Value public_oe property

ASN.1 member Value
public Goedel.Cryptography.PKIX.AnyString Value
Résultat Goedel.Cryptography.PKIX.AnyString