X509TbsCertList Struct Reference

TBSCertList structure. More...

#include <x509_common.h>

Data Fields

X509OctetString raw
 
X509Version version
 
X509SignAlgoId signatureAlgo
 
X509Name issuer
 
DateTime thisUpdate
 
DateTime nextUpdate
 
X509OctetString revokedCerts
 
X509CrlExtensions crlExtensions
 

Detailed Description

TBSCertList structure.

Definition at line 1195 of file x509_common.h.

Field Documentation

◆ crlExtensions

X509CrlExtensions crlExtensions

Definition at line 1204 of file x509_common.h.

◆ issuer

X509Name issuer

Definition at line 1200 of file x509_common.h.

◆ nextUpdate

DateTime nextUpdate

Definition at line 1202 of file x509_common.h.

◆ raw

Definition at line 1197 of file x509_common.h.

◆ revokedCerts

X509OctetString revokedCerts

Definition at line 1203 of file x509_common.h.

◆ signatureAlgo

X509SignAlgoId signatureAlgo

Definition at line 1199 of file x509_common.h.

◆ thisUpdate

DateTime thisUpdate

Definition at line 1201 of file x509_common.h.

◆ version

X509Version version

Definition at line 1198 of file x509_common.h.


The documentation for this struct was generated from the following file: