webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
x509_cinf_st Struct Reference

#include <x509.h>

Public Member Functions

 STACK_OF (X509_EXTENSION) *extensions
 

Public Attributes

ASN1_INTEGERversion
 
ASN1_INTEGERserialNumber
 
X509_ALGORsignature
 
X509_NAMEissuer
 
X509_VALvalidity
 
X509_NAMEsubject
 
X509_PUBKEYkey
 
ASN1_BIT_STRINGissuerUID
 
ASN1_BIT_STRINGsubjectUID
 
ASN1_ENCODING enc
 

Member Function Documentation

◆ STACK_OF()

x509_cinf_st::STACK_OF ( X509_EXTENSION  )

Member Data Documentation

◆ enc

ASN1_ENCODING x509_cinf_st::enc

◆ issuer

X509_NAME* x509_cinf_st::issuer

◆ issuerUID

ASN1_BIT_STRING* x509_cinf_st::issuerUID

◆ key

X509_PUBKEY* x509_cinf_st::key

◆ serialNumber

ASN1_INTEGER* x509_cinf_st::serialNumber

◆ signature

X509_ALGOR* x509_cinf_st::signature

◆ subject

X509_NAME* x509_cinf_st::subject

◆ subjectUID

ASN1_BIT_STRING* x509_cinf_st::subjectUID

◆ validity

X509_VAL* x509_cinf_st::validity

◆ version

ASN1_INTEGER* x509_cinf_st::version

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