TlsCertDesc Struct Reference
Certificate descriptor. More...
#include <tls.h>
Data Fields | |
const char_t * | certChain |
End entity certificate chain (PEM format) | |
size_t | certChainLength |
Length of the certificate chain. | |
const char_t * | privateKey |
Private key (PEM format) | |
size_t | privateKeyLength |
Length of the private key. | |
TlsCertificateType | type |
End entity certificate type. | |
TlsSignatureAlgo | signAlgo |
Signature algorithm used to sign the end entity certificate. | |
TlsHashAlgo | hashAlgo |
Hash algorithm used to sign the end entity certificate. | |
TlsEcNamedCurve | namedCurve |
Named curve used to generate the EC public key. |
Detailed Description
Certificate descriptor.
Definition at line 1363 of file tls.h.
Field Documentation
const char_t* certChain |
size_t certChainLength |
const char_t* privateKey |
size_t privateKeyLength |
Generated on Tue Jul 12 2022 17:10:24 by
