PKCS#7 SignedAndEnvelopedData content: digests, optional certificates/CRLs, signer infos, per‐recipient key infos, and encrypted content.
Synopsis
Declared in <openssl/pkcs7.h>
struct pkcs7_signedandenveloped_st;
Data Members
Name |
Description |
Optional certificates included with the signed‐and‐enveloped data ([0]). |
|
Certificate revocation lists included with the signed‐and‐enveloped data ([1]). |
|
Encrypted content info for SignedAndEnvelopedData. |
|
Message digests used. |
|
Per‐recipient encrypted key infos. |
|
Signer infos for SignedAndEnvelopedData. |
|
CMS/PKCS#7 SignedAndEnvelopedData version (typically 1). |
Created with MrDocs