MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
|
The root certificate structure. More...
#include <mpdc.h>
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.
mpdc_configuration_sets algorithm |
The signature algorithm identifier
mpdc_certificate_expiration expiration |
The from and to certificate expiration times
char issuer[MPDC_CERTIFICATE_ISSUER_SIZE] |
The certificate issuer text name
uint8_t serial[MPDC_CERTIFICATE_SERIAL_SIZE] |
The certificate serial number
uint8_t verkey[MPDC_ASYMMETRIC_VERIFICATION_KEY_SIZE] |
The serialized public key
mpdc_version_sets version |
The certificate version type