iPXE
Data Fields
x509_access_method Struct Reference

An X.509 access method. More...

#include <x509.h>

Data Fields

const char * name
 Name. More...
 
struct asn1_cursor oid
 Object identifier. More...
 
int(* parse )(struct x509_certificate *cert, const struct asn1_cursor *raw)
 Parse access method. More...
 

Detailed Description

An X.509 access method.

Definition at line 350 of file x509.h.

Field Documentation

◆ name

const char* x509_access_method::name

Name.

Definition at line 352 of file x509.h.

◆ oid

struct asn1_cursor x509_access_method::oid

Object identifier.

Definition at line 354 of file x509.h.

Referenced by x509_find_access_method().

◆ parse

int( * x509_access_method::parse) (struct x509_certificate *cert, const struct asn1_cursor *raw)

Parse access method.

Parameters
certX.509 certificate
rawASN.1 cursor
Return values
rcReturn status code

Definition at line 361 of file x509.h.


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