X509V3_CONF_METHOD_st Struct Reference

#include <x509v3.h>

Public Member Functions

  STACK_OF (CONF_VALUE)*(*get_section)(void *db

Data Fields

char *(*  get_string )(void *db, char *section, char *value)
char *  section
void(*  free_string )(void *db, char *string)
void(*  free_section )(void *db, STACK_OF(CONF_VALUE)*section)

Member Function Documentation

X509V3_CONF_METHOD_st::STACK_OF CONF_VALUE   ) 
 

Field Documentation

void(* X509V3_CONF_METHOD_st::free_section)(void *db, STACK_OF(CONF_VALUE)*section)
 
void(* X509V3_CONF_METHOD_st::free_string)(void *db, char *string)
 
char*(* X509V3_CONF_METHOD_st::get_string)(void *db, char *section, char *value)
 
char* X509V3_CONF_METHOD_st::section
 

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

Copyright © Nokia Corporation 2001-2008
Back to top