Subject Public Key Info table

The spki_table is an abstract data structure to organize the received Router Key PDUs from a RPKI-RTR cache server.

Data Structures

struct  spki_record
 spki_record. More...

Defines

#define SKI_SIZE   20
#define SPKI_SIZE   91

Typedefs

typedef void(* spki_update_fp )(struct spki_table *spki_table, const struct spki_record record, const bool added)

Typedef Documentation

typedef void(* spki_update_fp)(struct spki_table *spki_table, const struct spki_record record, const bool added)

A function pointer that is called if an record was added to the spki_table or was removed from the spki_table.

Parameters:
spki_table which was updated.
record spki_record that was modified.
added True if the record was added, false if the record was removed.
 All Data Structures Variables

Generated on 19 Jul 2019 for RTRlib by  doxygen 1.6.1