C# Class Goedel.Cryptography.PKIX.GeneralSubtrees

GeneralSubtrees
Inheritance: Goedel.ASN1.Root
ファイルを表示 Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Base Goedel.Cryptography.PKIX.GeneralName
Maximum int
Minimum int

Public Methods

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

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

Base public_oe property

ASN.1 member Base
public Goedel.Cryptography.PKIX.GeneralName Base
return Goedel.Cryptography.PKIX.GeneralName

Maximum public_oe property

ASN.1 member Maximum
public int Maximum
return int

Minimum public_oe property

ASN.1 member Minimum
public int Minimum
return int