[#NETSCAPE_SPKI_b64_encode] = NETSCAPE_SPKI_b64_encode :mrdocs: Base64‐encode a Netscape Signed Public Key and Challenge structure. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* NETSCAPE_SPKI_b64_encode(xref:NETSCAPE_SPKI.adoc[NETSCAPE_SPKI]* x); ---- == Return Value Newly allocated Base64 string, or NULL on failure; free with OPENSSL_free(). == Parameters [cols="1,4"] |=== | Name| Description | *x* | SPKI to encode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#