PKCS#7 SignedData content: digests, optional certificates/CRLs, signer infos, and encapsulated content.
Synopsis
Declared in <openssl/pkcs7.h>
struct pkcs7_signed_st;
Data Members
Name |
Description |
Optional certificates included with the signed data ([0]). |
|
Encapsulated content being signed (nested PKCS#7 ContentInfo). |
|
Certificate revocation lists included with the signed data ([1]). |
|
Message digests used. |
|
Signer infos describing each signature over the SignedData content. |
|
PKCS#7 SignedData version (typically 1). |
Created with MrDocs