#include <crypto_api.h>
Data Fields | |
union { | |
tstrECDSAPubKey strEcdsaPub | |
tstrRSAPubKey strRsaPub | |
}; | |
tenuCertPubKeyType | enuCertKeyType |
union { ... } |
tenuCertPubKeyType tstrX509CertPublicKey::enuCertKeyType |
Referenced by CryptoX509CertDecode(), writeRootCertEntry(), and WriteTlsServerKeyMaterial().
tstrECDSAPubKey tstrX509CertPublicKey::strEcdsaPub |
Referenced by CryptoX509CertDecode(), and writeRootCertEntry().
tstrRSAPubKey tstrX509CertPublicKey::strRsaPub |
Referenced by CryptoX509CertDecode(), ValidateKeyMaterial(), and writeRootCertEntry().