Info about the public key contained in a root certificate. More...
#include <m2m_types.h>
Public Attributes | |
union { | |
tstrRootCertEcdsaKeyInfo strEcsdaKeyInfo | |
tstrRootCertRsaKeyInfo strRsaKeyInfo | |
}; | |
uint32 | u32PubKeyType |
Info about the public key contained in a root certificate.
Definition at line 1888 of file m2m_types.h.
union { ... } |
Union of RSA / ECDSA public key info structures.
tstrRootCertEcdsaKeyInfo tstrRootCertPubKeyInfo::strEcsdaKeyInfo |
Info about an ECDSA public key.
Definition at line 1894 of file m2m_types.h.
tstrRootCertRsaKeyInfo tstrRootCertPubKeyInfo::strRsaKeyInfo |
Info about an RSA public key.
Definition at line 1892 of file m2m_types.h.
uint32 tstrRootCertPubKeyInfo::u32PubKeyType |