Quantum Secure Tunneling Protocol 1.0.0.0a (A1)
A three-party quantum secure encrypted tunneling protocol
qstp_root_certificate Struct Reference

The root certificate structure. More...

#include <qstp.h>

Data Fields

uint8_t verkey [QSTP_ASYMMETRIC_VERIFICATION_KEY_SIZE]
 
char issuer [QSTP_CERTIFICATE_ISSUER_SIZE]
 
uint8_t serial [QSTP_CERTIFICATE_SERIAL_SIZE]
 
qstp_certificate_expiration expiration
 
qstp_configuration_sets algorithm
 
qstp_version_sets version
 

Detailed Description

The root certificate structure.

This structure represents the root certificate used for signing and trust in the QSTP system.

Field Documentation

◆ algorithm

The signature algorithm identifier

◆ expiration

The certificate expiration times

◆ issuer

The certificate issuer text

◆ serial

The certificate serial number

◆ verkey

The serialized public key

◆ version

The certificate version


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