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 49 of file x509.h.

Field Documentation

◆ raw

struct asn1_cursor x509_public_key::raw

Raw public key information.

Definition at line 51 of file x509.h.

Referenced by cms_verify_digest(), ocsp_check_signature(), tls_validator_done(), x509_check_signature(), x509_find_key(), and x509_parse_public_key().

◆ algorithm

struct asn1_algorithm* x509_public_key::algorithm

Public key algorithm.

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