Netscape SPKI: an SPKAC plus the signature algorithm and signature bits.

Synopsis

Declared in <openssl/x509.h>

struct Netscape_spki_st;

Data Members

Name

Description

sig_algor

Signature AlgorithmIdentifier covering spkac.

signature

BIT STRING signature over spkac under sig_algor.

spkac

Signed public key and challenge (SPKAC) payload wrapped by this SPKI.

Created with MrDocs