C# Class Goedel.Cryptography.PKIX.TBSCertList

TBSCertList
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
CrlExtensions List
Issuer List
NextUpdate System.DateTime
RevokedCertificates List
Signature Goedel.Cryptography.PKIX.AlgorithmIdentifier
ThisUpdate System.DateTime
Version int

Méthodes publiques

Méthode 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 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

CrlExtensions public_oe property

ASN.1 member CrlExtensions
public List CrlExtensions
Résultat List

Issuer public_oe property

ASN.1 member Issuer
public List Issuer
Résultat List

NextUpdate public_oe property

ASN.1 member NextUpdate
public DateTime,System NextUpdate
Résultat System.DateTime

RevokedCertificates public_oe property

ASN.1 member RevokedCertificates
public List RevokedCertificates
Résultat List

Signature public_oe property

ASN.1 member Signature
public Goedel.Cryptography.PKIX.AlgorithmIdentifier Signature
Résultat Goedel.Cryptography.PKIX.AlgorithmIdentifier

ThisUpdate public_oe property

ASN.1 member ThisUpdate
public DateTime,System ThisUpdate
Résultat System.DateTime

Version public_oe property

ASN.1 member Version
public int Version
Résultat int