RTRlib
|
A single Signature Segment. More...
#include <bgpsec.h>
Data Fields | |
struct rtr_signature_seg * | next |
uint8_t | ski [20] |
uint16_t | sig_len |
uint8_t * | signature |
The signature of the segment. | |
A single Signature Segment.
next | Reference to the next Signature Segment (do not edit manually). |
ski | The SKI of the segment. |
sig_len | The length in octets of the signature field. |
signature | The signature of the segment. |