[#NETSCAPE_SPKI_get_pubkey] = NETSCAPE_SPKI_get_pubkey :mrdocs: Extract the public key from a Netscape SPKI structure. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* NETSCAPE_SPKI_get_pubkey(xref:NETSCAPE_SPKI.adoc[NETSCAPE_SPKI]* x); ---- == Return Value Newly allocated EVP_PKEY, or NULL on error; free with EVP_PKEY_free(). == Parameters [cols="1,4"] |=== | Name| Description | *x* | SPKI object whose SPKAC contains the public key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#