X509SubjectAltName Struct Reference

Subject alternative name. More...

#include <x509_common.h>

Data Fields

bool_t critical
 
const uint8_t * rawData
 
size_t rawDataLen
 
uint_t numGeneralNames
 
X509GeneralName generalNames [X509_MAX_SUBJECT_ALT_NAMES]
 

Detailed Description

Subject alternative name.

Definition at line 794 of file x509_common.h.

Field Documentation

◆ critical

bool_t critical

Definition at line 796 of file x509_common.h.

◆ generalNames

Definition at line 800 of file x509_common.h.

◆ numGeneralNames

uint_t numGeneralNames

Definition at line 799 of file x509_common.h.

◆ rawData

const uint8_t* rawData

Definition at line 797 of file x509_common.h.

◆ rawDataLen

size_t rawDataLen

Definition at line 798 of file x509_common.h.


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