Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
pkcs7_enc_content_st Struct Reference

#include <pkcs7.h>

+ Collaboration diagram for pkcs7_enc_content_st:

Public Attributes

ASN1_OBJECTcontent_type
 
X509_ALGORalgorithm
 
ASN1_OCTET_STRINGenc_data
 
const EVP_CIPHERcipher
 

Detailed Description

Definition at line 74 of file pkcs7.h.

Member Data Documentation

◆ algorithm

X509_ALGOR* pkcs7_enc_content_st::algorithm

Definition at line 76 of file pkcs7.h.

◆ cipher

const EVP_CIPHER* pkcs7_enc_content_st::cipher

Definition at line 78 of file pkcs7.h.

◆ content_type

ASN1_OBJECT* pkcs7_enc_content_st::content_type

Definition at line 75 of file pkcs7.h.

◆ enc_data

ASN1_OCTET_STRING* pkcs7_enc_content_st::enc_data

Definition at line 77 of file pkcs7.h.


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