Content as defined by the type.
Synopsis
Declared in <openssl/pkcs7.h>
union Unnamed union;
Description
All encryption/message digests are applied to the 'contents', leaving out the 'type' field.
Data Members
Name |
Description |
|
Raw data content when type is NID_pkcs7_data. |
|
DigestedData content when type is NID_pkcs7_digest. |
|
EncryptedData content when type is NID_pkcs7_encrypted. |
|
EnvelopedData content when type is NID_pkcs7_enveloped. |
|
Catch‐all content for unrecognized PKCS#7 types (ASN.1 ANY). |
|
Generic content pointer used for unrecognized or untyped PKCS#7 payloads. |
|
SignedData content when type is NID_pkcs7_signed (named |
|
SignedAndEnvelopedData content when type is NID_pkcs7_signedAndEnveloped. |
Created with MrDocs