|
MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
|
The MPDC topology node structure. More...
#include <topology.h>
Data Fields | |
| char | address [MPDC_CERTIFICATE_ADDRESS_SIZE] |
| uint8_t | chash [MPDC_CERTIFICATE_HASH_SIZE] |
| uint8_t | serial [MPDC_CERTIFICATE_SERIAL_SIZE] |
| char | issuer [MPDC_CERTIFICATE_ISSUER_SIZE] |
| mpdc_certificate_expiration | expiration |
| mpdc_network_designations | designation |
The MPDC topology node structure.
This structure represents a network node in the topology database.
| char address[MPDC_CERTIFICATE_ADDRESS_SIZE] |
The device's network address.
| uint8_t chash[MPDC_CERTIFICATE_HASH_SIZE] |
A hash of the device's certificate.
| mpdc_network_designations designation |
The device's topological designation.
| mpdc_certificate_expiration expiration |
The certificate expiration times (valid from and to).
| char issuer[MPDC_CERTIFICATE_ISSUER_SIZE] |
The certificate issuer string.
| uint8_t serial[MPDC_CERTIFICATE_SERIAL_SIZE] |
The certificate serial number.