QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_x509_pkcs12_bundle_t Struct Reference

Data Fields

qsc_x509_private_key privatekey
bool hasprivatekey
qsc_x509_certificate certificates [QSC_X509_PKCS12_MAX_CERTIFICATES]
size_t certificatecount

Field Documentation

◆ certificatecount

size_t certificatecount

The number of valid certificate entries stored in the certificates array.

◆ certificates

qsc_x509_certificate certificates[QSC_X509_PKCS12_MAX_CERTIFICATES]

The decoded certificate objects extracted from the bundle.

◆ hasprivatekey

bool hasprivatekey

Indicates whether the bundle contained a decodable private key.

◆ privatekey

The decoded private key extracted from the bundle.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/x509pkcs12.h