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

#include <x509.h>

Public Attributes

X509x509
 
X509_CRLcrl
 
X509_PKEYx_pkey
 
EVP_CIPHER_INFO enc_cipher
 
int enc_len
 
char * enc_data
 
int references
 

Detailed Description

Definition at line 511 of file x509.h.

Member Data Documentation

X509_CRL * X509_info_st::crl

Definition at line 514 of file x509.h.

EVP_CIPHER_INFO X509_info_st::enc_cipher

Definition at line 517 of file x509.h.

char * X509_info_st::enc_data

Definition at line 519 of file x509.h.

int X509_info_st::enc_len

Definition at line 518 of file x509.h.

int X509_info_st::references

Definition at line 521 of file x509.h.

X509 * X509_info_st::x509

Definition at line 513 of file x509.h.

X509_PKEY * X509_info_st::x_pkey

Definition at line 515 of file x509.h.


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