PKCS#7 SignerInfo: identity, digest/signature algorithms, attributes, and signature.
Synopsis
Declared in <openssl/pkcs7.h>
struct pkcs7_signer_info_st;
Data Members
Name |
Description |
Authenticated (signed) attributes ([0]), or NULL if absent. |
|
Library/provider context associated with this signer info (not serialized). |
|
Message‐digest AlgorithmIdentifier used by this signer. |
|
Digest encryption (signature) algorithm; the field name is historical. |
|
Signature octets (historical name: enc_digest). |
|
Issuer name and serial number identifying the signing certificate. |
|
Private key used when signing with this signer info (not serialized). |
|
Unauthenticated attributes ([1]). |
|
PKCS#7 SignerInfo version (typically 1). |
Created with MrDocs