C# Class Goedel.Cryptography.PKIX.CertificateList

CertificateList
Inheritance: Goedel.ASN1.Root
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Signature Goedel.Cryptography.PKIX.TaggedBitString
TBSCertList Goedel.Cryptography.PKIX.TBSCertList

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

Signature public property

ASN.1 member Signature
public Goedel.Cryptography.PKIX.TaggedBitString Signature
return Goedel.Cryptography.PKIX.TaggedBitString

TBSCertList public property

ASN.1 member TBSCertList
public Goedel.Cryptography.PKIX.TBSCertList TBSCertList
return Goedel.Cryptography.PKIX.TBSCertList