STORE_OBJECT_st Struct Reference

#include <store.h>

Public Types

typedef STORE_OBJECT_TYPES  type

Data Fields

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

Member Typedef Documentation

typedef STORE_OBJECT_TYPES STORE_OBJECT_st::type
 

Field Documentation

BUF_MEM* STORE_OBJECT_st::arbitrary
 
X509* STORE_OBJECT_st::certificate
 
X509_CRL* STORE_OBJECT_st::crl
 
union { ... } STORE_OBJECT_st::data
 
EVP_PKEY* STORE_OBJECT_st::key
 
BIGNUM* STORE_OBJECT_st::number
 
STORE_CERTIFICATE_STATUS STORE_OBJECT_st::status
 
struct { ... } STORE_OBJECT_st::x509
 

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

Copyright © Nokia Corporation 2001-2008
Back to top