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

#include <pkcs7.h>

+ Collaboration diagram for pkcs7_st:

Public Attributes

unsigned char * asn1
 
long length
 
int state
 
int detached
 
ASN1_OBJECTtype
 
union { 
 
   char *   ptr 
 
   ASN1_OCTET_STRING *   data 
 
   PKCS7_SIGNED *   sign 
 
   PKCS7_ENVELOPE *   enveloped 
 
   PKCS7_SIGN_ENVELOPE *   signed_and_enveloped 
 
   PKCS7_DIGEST *   digest 
 
   PKCS7_ENCRYPT *   encrypted 
 
   ASN1_TYPE *   other 
 
d 
 

Detailed Description

Definition at line 109 of file pkcs7.h.

Member Data Documentation

◆ asn1

unsigned char* pkcs7_st::asn1

Definition at line 114 of file pkcs7.h.

◆ [union]

union { ... } pkcs7_st::d

◆ data

ASN1_OCTET_STRING* pkcs7_st::data

Definition at line 130 of file pkcs7.h.

◆ detached

int pkcs7_st::detached

Definition at line 120 of file pkcs7.h.

◆ digest

PKCS7_DIGEST* pkcs7_st::digest

Definition at line 138 of file pkcs7.h.

◆ encrypted

PKCS7_ENCRYPT* pkcs7_st::encrypted

Definition at line 140 of file pkcs7.h.

◆ enveloped

PKCS7_ENVELOPE* pkcs7_st::enveloped

Definition at line 134 of file pkcs7.h.

◆ length

long pkcs7_st::length

Definition at line 115 of file pkcs7.h.

◆ other

ASN1_TYPE* pkcs7_st::other

Definition at line 142 of file pkcs7.h.

◆ ptr

char* pkcs7_st::ptr

Definition at line 128 of file pkcs7.h.

◆ sign

PKCS7_SIGNED* pkcs7_st::sign

Definition at line 132 of file pkcs7.h.

◆ signed_and_enveloped

PKCS7_SIGN_ENVELOPE* pkcs7_st::signed_and_enveloped

Definition at line 136 of file pkcs7.h.

◆ state

int pkcs7_st::state

Definition at line 119 of file pkcs7.h.

◆ type

ASN1_OBJECT* pkcs7_st::type

Definition at line 121 of file pkcs7.h.


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