[#Netscape_spki_st] = Netscape_spki_st :mrdocs: Netscape SPKI: an SPKAC plus the signature algorithm and signature bits. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Netscape_spki_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:Netscape_spki_st/sig_algor.adoc[`sig_algor`] | Signature AlgorithmIdentifier covering `spkac.` | xref:Netscape_spki_st/signature.adoc[`signature`] | BIT STRING signature over `spkac` under `sig_algor.` | xref:Netscape_spki_st/spkac.adoc[`spkac`] | Signed public key and challenge (SPKAC) payload wrapped by this SPKI. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#