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 1188 of file x509_common.h.

Field Documentation

◆ crlExtensions

X509CrlExtensions crlExtensions

Definition at line 1197 of file x509_common.h.

◆ issuer

X509Name issuer

Definition at line 1193 of file x509_common.h.

◆ nextUpdate

DateTime nextUpdate

Definition at line 1195 of file x509_common.h.

◆ raw

Definition at line 1190 of file x509_common.h.

◆ revokedCerts

X509OctetString revokedCerts

Definition at line 1196 of file x509_common.h.

◆ signatureAlgo

X509SignAlgoId signatureAlgo

Definition at line 1192 of file x509_common.h.

◆ thisUpdate

DateTime thisUpdate

Definition at line 1194 of file x509_common.h.

◆ version

X509Version version

Definition at line 1191 of file x509_common.h.


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