X509TbsCertList Struct Reference

TBSCertList structure. More...

#include <x509_common.h>

Data Fields

const uint8_t * rawData
 
size_t rawDataLen
 
X509Version version
 
X509SignatureAlgoId signatureAlgo
 
X509Name issuer
 
DateTime thisUpdate
 
DateTime nextUpdate
 
const uint8_t * revokedCerts
 
size_t revokedCertsLen
 
X509CrlExtensions crlExtensions
 

Detailed Description

TBSCertList structure.

Definition at line 1082 of file x509_common.h.

Field Documentation

◆ crlExtensions

X509CrlExtensions crlExtensions

Definition at line 1093 of file x509_common.h.

◆ issuer

X509Name issuer

Definition at line 1088 of file x509_common.h.

◆ nextUpdate

DateTime nextUpdate

Definition at line 1090 of file x509_common.h.

◆ rawData

const uint8_t* rawData

Definition at line 1084 of file x509_common.h.

◆ rawDataLen

size_t rawDataLen

Definition at line 1085 of file x509_common.h.

◆ revokedCerts

const uint8_t* revokedCerts

Definition at line 1091 of file x509_common.h.

◆ revokedCertsLen

size_t revokedCertsLen

Definition at line 1092 of file x509_common.h.

◆ signatureAlgo

X509SignatureAlgoId signatureAlgo

Definition at line 1087 of file x509_common.h.

◆ thisUpdate

DateTime thisUpdate

Definition at line 1089 of file x509_common.h.

◆ version

X509Version version

Definition at line 1086 of file x509_common.h.


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