[#NETSCAPE_SPKI_b64_decode] = NETSCAPE_SPKI_b64_decode :mrdocs: Decode a base64‐encoded Netscape SPKI structure from a string. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:NETSCAPE_SPKI.adoc[NETSCAPE_SPKI]* NETSCAPE_SPKI_b64_decode( char const* str, int len); ---- == Return Value Newly allocated NETSCAPE_SPKI, or NULL on error; free with NETSCAPE_SPKI_free(). == Parameters [cols="1,4"] |=== | Name| Description | *str* | Base64 text of a SignedPublicKeyAndChallenge. | *len* | Length of `str` in bytes, or ‐1 if `str` is NUL‐terminated. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#