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

algorithm

Content‐encryption algorithm.

cipher

Content‐encryption cipher used when creating encrypted content (not serialized).

content_type

ASN.1 object identifier of the inner content type being encrypted.

ctx

Library/provider context associated with this encrypted content (not serialized).

enc_data

Encrypted content octets ([0]IMPLICIT OCTET STRING); may be NULL when streaming.

Created with MrDocs