iPXE
Data Fields
x509_public_key Struct Reference

An X.509 certificate public key. More...

#include <x509.h>

Data Fields

struct asn1_cursor raw
 Raw public key information. More...
 
struct asn1_algorithmalgorithm
 Public key algorithm. More...
 
struct asn1_bit_string raw_bits
 Raw public key bit string. More...
 

Detailed Description

An X.509 certificate public key.

Definition at line 48 of file x509.h.

Field Documentation

◆ raw

struct asn1_cursor x509_public_key::raw

Raw public key information.

Definition at line 50 of file x509.h.

Referenced by certstore_find_key(), and tls_validator_done().

◆ algorithm

struct asn1_algorithm* x509_public_key::algorithm

Public key algorithm.

Definition at line 52 of file x509.h.

◆ raw_bits

struct asn1_bit_string x509_public_key::raw_bits

Raw public key bit string.

Definition at line 54 of file x509.h.

Referenced by ocsp_compare_responder_key_hash(), and ocsp_request().


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