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

◆ algorithm

struct asn1_algorithm* x509_public_key::algorithm

Public key algorithm.

Definition at line 52 of file x509.h.

Referenced by x509_check_signature(), and x509_parse_public_key().

◆ 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(), ocsp_request(), and x509_parse_public_key().


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