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

Public Attributes

unsigned char set [(STORE_ATTR_TYPE_NUM+8)/8]
 
union {
   char *   cstring
 
   unsigned char *   sha1string
 
   X509_NAME *   dn
 
   BIGNUM *   number
 
   void *   any
 
values [STORE_ATTR_TYPE_NUM+1]
 
size_t value_sizes [STORE_ATTR_TYPE_NUM+1]
 

Detailed Description

Definition at line 1262 of file str_lib.c.

Member Data Documentation

void* STORE_attr_info_st::any

Definition at line 1271 of file str_lib.c.

char* STORE_attr_info_st::cstring

Definition at line 1267 of file str_lib.c.

X509_NAME* STORE_attr_info_st::dn

Definition at line 1269 of file str_lib.c.

BIGNUM* STORE_attr_info_st::number

Definition at line 1270 of file str_lib.c.

unsigned char STORE_attr_info_st::set[(STORE_ATTR_TYPE_NUM+8)/8]

Definition at line 1264 of file str_lib.c.

unsigned char* STORE_attr_info_st::sha1string

Definition at line 1268 of file str_lib.c.

size_t STORE_attr_info_st::value_sizes[STORE_ATTR_TYPE_NUM+1]

Definition at line 1273 of file str_lib.c.

union { ... } STORE_attr_info_st::values[STORE_ATTR_TYPE_NUM+1]

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