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_private_key_t Struct Reference

Data Fields

qsc_x509_algorithm_identifier algorithm
uint8_t privatekey [QSC_X509_PRIVATE_KEY_MAX]
size_t privatekeylen
uint8_t publickey [QSC_X509_PRIVATE_KEY_PUBLIC_MAX]
size_t publickeylen
bool publickey_present

Field Documentation

◆ algorithm

qsc_x509_algorithm_identifier algorithm

The decoded private-key algorithm identifier.

◆ privatekey

uint8_t privatekey[QSC_X509_PRIVATE_KEY_MAX]

The decoded private key octets.

◆ privatekeylen

size_t privatekeylen

The number of valid bytes in the privatekey buffer.

◆ publickey

uint8_t publickey[QSC_X509_PRIVATE_KEY_PUBLIC_MAX]

The optional decoded public key octets.

◆ publickey_present

bool publickey_present

Indicates whether the publickey buffer contains a decoded public key.

◆ publickeylen

size_t publickeylen

The number of valid bytes in the publickey buffer.


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