CMS_get0_eContentType

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

NameDescription
cmsContentInfo whose encapsulated content type is queried.