iPXE
Data Fields
x509_signature Struct Reference

An X.509 certificate signature. More...

#include <x509.h>

Data Fields

struct asn1_algorithmalgorithm
 Signature algorithm. More...
 
struct asn1_bit_string value
 Signature value. More...
 

Detailed Description

An X.509 certificate signature.

Definition at line 68 of file x509.h.

Field Documentation

◆ algorithm

struct asn1_algorithm* x509_signature::algorithm

Signature algorithm.

Definition at line 70 of file x509.h.

Referenced by x509_check_signature().

◆ value

struct asn1_bit_string x509_signature::value

Signature value.

Definition at line 72 of file x509.h.


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