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

#include <store.h>

Public Attributes

STORE_OBJECT_TYPES type
 
union {
   struct {
      STORE_CERTIFICATE_STATUS   status
 
      X509 *   certificate
 
   }   x509
 
   X509_CRL *   crl
 
   EVP_PKEY *   key
 
   BIGNUM *   number
 
   BUF_MEM *   arbitrary
 
data
 

Detailed Description

Definition at line 212 of file store.h.

Member Data Documentation

BUF_MEM* STORE_OBJECT_st::arbitrary

Definition at line 225 of file store.h.

X509* STORE_OBJECT_st::certificate

Definition at line 220 of file store.h.

X509_CRL* STORE_OBJECT_st::crl

Definition at line 222 of file store.h.

union { ... } STORE_OBJECT_st::data
EVP_PKEY* STORE_OBJECT_st::key

Definition at line 223 of file store.h.

BIGNUM* STORE_OBJECT_st::number

Definition at line 224 of file store.h.

STORE_CERTIFICATE_STATUS STORE_OBJECT_st::status

Definition at line 219 of file store.h.

STORE_OBJECT_TYPES STORE_OBJECT_st::type

Definition at line 214 of file store.h.

struct { ... } STORE_OBJECT_st::x509

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