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

A decoded subject public key information structure. More...

#include <x509types.h>

Data Fields

qsc_x509_algorithm_identifier algorithm
uint8_t publickey [QSC_X509_SPKI_MAX]
size_t publickeylen
uint8_t unusedbits

Detailed Description

A decoded subject public key information structure.

Field Documentation

◆ algorithm

qsc_x509_algorithm_identifier algorithm

The subject public key algorithm identifier.

◆ publickey

uint8_t publickey[QSC_X509_SPKI_MAX]

The BIT STRING payload octets of the subject public key.

◆ publickeylen

size_t publickeylen

The number of valid octets in the publickey array.

◆ unusedbits

uint8_t unusedbits

The number of unused bits in the final public key octet.


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