PKCS#7 RecipientInfo: recipient identity and encrypted content‐encryption key.
Synopsis
Declared in <openssl/pkcs7.h>
struct pkcs7_recip_info_st;
Data Members
Name |
Description |
Recipient certificate used to obtain the public key for this RecipientInfo. |
|
Library/provider context associated with this recipient info (not serialized). |
|
Encrypted content‐encryption key octets for this recipient. |
|
Issuer name and serial number identifying the recipient certificate. |
|
Algorithm used to encrypt the content‐encryption key for this recipient. |
|
CMS/PKCS#7 RecipientInfo version (typically 0). |
Created with MrDocs