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

#include <evp.h>

Public Member Functions

 STACK_OF (X509_ATTRIBUTE)*attributes
 
 STACK_OF (X509_ATTRIBUTE)*attributes
 

Public Attributes

int type
 
int save_type
 
int references
 
const EVP_PKEY_ASN1_METHODameth
 
ENGINEengine
 
union {
   char *   ptr
 
   struct rsa_st *   rsa
 
   struct dsa_st *   dsa
 
   struct dh_st *   dh
 
   struct ec_key_st *   ec
 
pkey
 
int save_parameters
 
union {
   char *   ptr
 
   struct rsa_st *   rsa
 
   struct dsa_st *   dsa
 
   struct dh_st *   dh
 
   struct ec_key_st *   ec
 
pkey
 

Detailed Description

Definition at line 128 of file evp.h.

Member Function Documentation

evp_pkey_st::STACK_OF ( X509_ATTRIBUTE  )
evp_pkey_st::STACK_OF ( X509_ATTRIBUTE  )

Member Data Documentation

const EVP_PKEY_ASN1_METHOD * evp_pkey_st::ameth

Definition at line 133 of file evp.h.

struct dh_st* evp_pkey_st::dh

Definition at line 144 of file evp.h.

struct dsa_st* evp_pkey_st::dsa

Definition at line 141 of file evp.h.

struct ec_key_st* evp_pkey_st::ec

Definition at line 147 of file evp.h.

ENGINE * evp_pkey_st::engine

Definition at line 134 of file evp.h.

union { ... } evp_pkey_st::pkey
union { ... } evp_pkey_st::pkey
char* evp_pkey_st::ptr

Definition at line 136 of file evp.h.

int evp_pkey_st::references

Definition at line 132 of file evp.h.

struct rsa_st* evp_pkey_st::rsa

Definition at line 138 of file evp.h.

int evp_pkey_st::save_parameters

Definition at line 150 of file evp.h.

int evp_pkey_st::save_type

Definition at line 131 of file evp.h.

int evp_pkey_st::type

Definition at line 130 of file evp.h.


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