[#Netscape_spkac_st] = Netscape_spkac_st :mrdocs: Netscape Signed Public Key And Challenge (SPKAC) request body. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Netscape_spkac_st; ---- == Description Used with CA web enrollment flows that present a public key and challenge string. == Data Members [cols="1,4"] |=== | Name| Description | xref:Netscape_spkac_st/challenge.adoc[`challenge`] | Challenge string from the CA enrollment form (IA5String). | xref:Netscape_spkac_st/pubkey.adoc[`pubkey`] | Public key offered in the Netscape SPKAC challenge response. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#