C# Class Goedel.Cryptography.PKIX.AttributeTypeValue

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

Public Properties

Property Type Description
Type int[]
Value Goedel.Cryptography.PKIX.AnyString

Public Methods

Method 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 method

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

Encode() public method

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
return void

Property Details

Type public property

ASN.1 member Type
public int[] Type
return int[]

Value public property

ASN.1 member Value
public Goedel.Cryptography.PKIX.AnyString Value
return Goedel.Cryptography.PKIX.AnyString