Data Fields | |
| qsc_x509_private_key | privatekey |
| bool | hasprivatekey |
| qsc_x509_certificate | certificates [QSC_X509_PKCS12_MAX_CERTIFICATES] |
| size_t | certificatecount |
| size_t certificatecount |
The number of valid certificate entries stored in the certificates array.
| qsc_x509_certificate certificates[QSC_X509_PKCS12_MAX_CERTIFICATES] |
The decoded certificate objects extracted from the bundle.
| bool hasprivatekey |
Indicates whether the bundle contained a decodable private key.
| qsc_x509_private_key privatekey |
The decoded private key extracted from the bundle.