x509_object_st Struct Reference

#include <x509_vfy.h>

Data Fields

int  type
union {
   char *   ptr
   X509 *   x509
   X509_CRL *   crl
   EVP_PKEY *   pkey
data

Field Documentation

X509_CRL* x509_object_st::crl
 
union { ... } x509_object_st::data
 
EVP_PKEY* x509_object_st::pkey
 
char* x509_object_st::ptr
 
int x509_object_st::type
 
X509* x509_object_st::x509
 

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

Copyright © Nokia Corporation 2001-2008
Back to top