MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
mpdc_root_certificate Struct Reference

The root certificate structure. More...

#include <mpdc.h>

Data Fields

uint8_t verkey [MPDC_ASYMMETRIC_VERIFICATION_KEY_SIZE]
 
char issuer [MPDC_CERTIFICATE_ISSUER_SIZE]
 
uint8_t serial [MPDC_CERTIFICATE_SERIAL_SIZE]
 
mpdc_certificate_expiration expiration
 
mpdc_configuration_sets algorithm
 
mpdc_version_sets version
 

Detailed Description

The root certificate structure.

The root certificate structure contains the fields for the MPDC root (trust anchor) including the public verification key, issuer information, certificate serial, validity times, algorithm identifier, and version.

Field Documentation

◆ algorithm

The signature algorithm identifier

◆ expiration

The from and to certificate expiration times

◆ issuer

The certificate issuer text name

◆ serial

The certificate serial number

◆ verkey

The serialized public key

◆ version

The certificate version type


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