iPXE
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.
struct asn1_algorithmalgorithm
 Public key algorithm.
struct asn1_cursor value
 Public key value.

Detailed Description

An X.509 certificate public key.

Definition at line 50 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 54 of file x509.h.

Referenced by tls_verify_dh_params(), x509_check_signature(), and x509_parse_public_key().

◆ value

struct asn1_cursor x509_public_key::value

Public key value.

Definition at line 56 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: