evp_pkey_st Struct Reference

#include <evp.h>

Public Member Functions

  STACK_OF (X509_ATTRIBUTE)*attributes

Data Fields

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

Member Function Documentation

evp_pkey_st::STACK_OF X509_ATTRIBUTE   ) 
 

Field Documentation

struct dh_st* evp_pkey_st::dh
 
struct dsa_st* evp_pkey_st::dsa
 
struct ec_key_st* evp_pkey_st::ec
 
union { ... } evp_pkey_st::pkey
 
char* evp_pkey_st::ptr
 
int evp_pkey_st::references
 
struct rsa_st* evp_pkey_st::rsa
 
int evp_pkey_st::save_parameters
 
int evp_pkey_st::save_type
 
int evp_pkey_st::type
 

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

Copyright © Nokia Corporation 2001-2008
Back to top