PKCS#7 EncryptedContentInfo: content type, content‐encryption algorithm, and ciphertext.
Synopsis
Declared in <openssl/pkcs7.h>
struct pkcs7_enc_content_st;
Data Members
Name |
Description |
Content‐encryption algorithm. |
|
Content‐encryption cipher used when creating encrypted content (not serialized). |
|
ASN.1 object identifier of the inner content type being encrypted. |
|
Library/provider context associated with this encrypted content (not serialized). |
|
Encrypted content octets ([0]IMPLICIT OCTET STRING); may be NULL when streaming. |
Created with MrDocs