pkcs7_recip_info_st

PKCS#7 RecipientInfo: recipient identity and encrypted content-encryption key.

Synopsis

Declared in <openssl/pkcs7.h>

struct pkcs7_recip_info_st;

Data Members

NameDescription
cert Recipient certificate used to obtain the public key for this RecipientInfo.
ctx Library/provider context associated with this recipient info (not serialized).
enc_key Encrypted content-encryption key octets for this recipient.
issuer_and_serial Issuer name and serial number identifying the recipient certificate.
key_enc_algor Algorithm used to encrypt the content-encryption key for this recipient.
version CMS/PKCS#7 RecipientInfo version (typically 0).