Return the embedded eContentType OID of a CMS ContentInfo.
Synopsis
Declared in <openssl/cms.h>
ASN1_OBJECT const*
CMS_get0_eContentType(CMS_ContentInfo* cms);
Return Value
Internal ASN1_OBJECT pointer (do not free), or the type object for the structure.
Parameters
Name |
Description |
cms |
ContentInfo whose encapsulated content type is queried. |
Created with MrDocs