Microchip® Advanced Software Framework

tstrRootCertEntryHeader Struct Reference

Header of a root certificate entry in flash.

#include <m2m_types.h>

Data Fields

uint8 au8SHA1NameHash [20]
 
tstrSystemTime strExpDate
 
tstrRootCertPubKeyInfo strPubKey
 
tstrSystemTime strStartDate
 

uint8 tstrRootCertEntryHeader::au8SHA1NameHash

SHA1 digest of root certificate issuer name. Used as entry identifier.

Referenced by UpdateRootList(), and writeRootCertEntry().

tstrSystemTime tstrRootCertEntryHeader::strExpDate

Expiry date of root certificate.

Referenced by writeRootCertEntry().

tstrRootCertPubKeyInfo tstrRootCertEntryHeader::strPubKey

Info about root certificate public key.

Referenced by UpdateRootList(), and writeRootCertEntry().

tstrSystemTime tstrRootCertEntryHeader::strStartDate

Referenced by writeRootCertEntry().