PKCS#7 EncryptedContentInfo: content type, content-encryption algorithm, and ciphertext.
Declared in <openssl/pkcs7.h>
struct pkcs7_enc_content_st;
| 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. |