Return the stack of RecipientEncryptedKey values from a key‐agreement RecipientInfo.
Synopsis
Declared in <openssl/cms.h>
stack_st_CMS_RecipientEncryptedKey*
CMS_RecipientInfo_kari_get0_reks(CMS_RecipientInfo* ri);
Return Value
Internal STACK_OF(CMS_RecipientEncryptedKey) (do not free), or NULL if ri is not KARI.
Parameters
Name |
Description |
ri |
Recipient info of type CMS_RECIPINFO_AGREE. |
Created with MrDocs