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

#include <cms_lcl.h>

Public Attributes

ASN1_OBJECTcontentType
 
X509_ALGORcontentEncryptionAlgorithm
 
ASN1_OCTET_STRINGencryptedContent
 
const EVP_CIPHERcipher
 
unsigned char * key
 
size_t keylen
 
int debug
 

Detailed Description

Definition at line 169 of file cms_lcl.h.

Member Data Documentation

const EVP_CIPHER* CMS_EncryptedContentInfo_st::cipher

Definition at line 175 of file cms_lcl.h.

X509_ALGOR* CMS_EncryptedContentInfo_st::contentEncryptionAlgorithm

Definition at line 172 of file cms_lcl.h.

ASN1_OBJECT* CMS_EncryptedContentInfo_st::contentType

Definition at line 171 of file cms_lcl.h.

int CMS_EncryptedContentInfo_st::debug

Definition at line 179 of file cms_lcl.h.

ASN1_OCTET_STRING* CMS_EncryptedContentInfo_st::encryptedContent

Definition at line 173 of file cms_lcl.h.

unsigned char* CMS_EncryptedContentInfo_st::key

Definition at line 176 of file cms_lcl.h.

size_t CMS_EncryptedContentInfo_st::keylen

Definition at line 177 of file cms_lcl.h.


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