OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
CMS_ContentInfo_st Struct Reference

#include <cms_lcl.h>

Public Attributes

ASN1_OBJECTcontentType
 
union {
   ASN1_OCTET_STRING *   data
 
   CMS_SignedData *   signedData
 
   CMS_EnvelopedData *   envelopedData
 
   CMS_DigestedData *   digestedData
 
   CMS_EncryptedData *   encryptedData
 
   CMS_AuthenticatedData *   authenticatedData
 
   CMS_CompressedData *   compressedData
 
   ASN1_TYPE *   other
 
   void *   otherData
 
d
 

Detailed Description

Definition at line 96 of file cms_lcl.h.

Member Data Documentation

CMS_AuthenticatedData* CMS_ContentInfo_st::authenticatedData

Definition at line 105 of file cms_lcl.h.

CMS_CompressedData* CMS_ContentInfo_st::compressedData

Definition at line 106 of file cms_lcl.h.

ASN1_OBJECT* CMS_ContentInfo_st::contentType

Definition at line 98 of file cms_lcl.h.

union { ... } CMS_ContentInfo_st::d
ASN1_OCTET_STRING* CMS_ContentInfo_st::data

Definition at line 100 of file cms_lcl.h.

CMS_DigestedData* CMS_ContentInfo_st::digestedData

Definition at line 103 of file cms_lcl.h.

CMS_EncryptedData* CMS_ContentInfo_st::encryptedData

Definition at line 104 of file cms_lcl.h.

CMS_EnvelopedData* CMS_ContentInfo_st::envelopedData

Definition at line 102 of file cms_lcl.h.

ASN1_TYPE* CMS_ContentInfo_st::other

Definition at line 107 of file cms_lcl.h.

void* CMS_ContentInfo_st::otherData

Definition at line 109 of file cms_lcl.h.

CMS_SignedData* CMS_ContentInfo_st::signedData

Definition at line 101 of file cms_lcl.h.


The documentation for this struct was generated from the following file: