Extract the public key from a Netscape SPKI structure.

Synopsis

Declared in <openssl/x509.h>

EVP_PKEY*
NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI* x);

Return Value

Newly allocated EVP_PKEY, or NULL on error; free with EVP_PKEY_free().

Parameters

Name

Description

x

SPKI object whose SPKAC contains the public key.

Created with MrDocs