Return the CMS RecipientInfo type of ri.
Synopsis
Declared in <openssl/cms.h>
int
CMS_RecipientInfo_type(CMS_RecipientInfo* ri);
Return Value
One of CMS_RECIPINFO_TRANS, CMS_RECIPINFO_AGREE, CMS_RECIPINFO_KEK, CMS_RECIPINFO_PASS, or CMS_RECIPINFO_OTHER.
Parameters
Name |
Description |
ri |
Recipient info to query. |
Created with MrDocs