Base64‐encode a Netscape Signed Public Key and Challenge structure.

Synopsis

Declared in <openssl/x509.h>

char*
NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI* x);

Return Value

Newly allocated Base64 string, or NULL on failure; free with OPENSSL_free().

Parameters

Name

Description

x

SPKI to encode.

Created with MrDocs