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

Field Documentation

◆ crlExtensions

X509CrlExtensions crlExtensions

Definition at line 1252 of file x509_common.h.

◆ issuer

X509Name issuer

Definition at line 1248 of file x509_common.h.

◆ nextUpdate

DateTime nextUpdate

Definition at line 1250 of file x509_common.h.

◆ raw

Definition at line 1245 of file x509_common.h.

◆ revokedCerts

X509OctetString revokedCerts

Definition at line 1251 of file x509_common.h.

◆ signatureAlgo

X509SignAlgoId signatureAlgo

Definition at line 1247 of file x509_common.h.

◆ thisUpdate

DateTime thisUpdate

Definition at line 1249 of file x509_common.h.

◆ version

X509Version version

Definition at line 1246 of file x509_common.h.


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