Netscape SPKI: an SPKAC plus the signature algorithm and signature bits.
Declared in <openssl/x509.h>
struct Netscape_spki_st;
| 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. |