Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_SSL_Data_File Class Reference

#include <SSL_Context.h>

List of all members.

Public Methods

 ACE_SSL_Data_File (void)
 Default constructor. More...

 ACE_SSL_Data_File (const char *file_name, int type=SSL_FILETYPE_PEM)
 Contructor from a file name and the file type. More...

const char * file_name (void) const
 The file name. More...

int type (void) const
 The type. More...


Private Attributes

ACE_CString file_name_
 The file name. More...

int type_
 The type, used by the SSL library to parse the file contents. More...


Constructor & Destructor Documentation

ACE_INLINE ACE_SSL_Data_File::ACE_SSL_Data_File void   
 

Default constructor.

ACE_INLINE ACE_SSL_Data_File::ACE_SSL_Data_File const char *    file_name,
int    type = SSL_FILETYPE_PEM
 

Contructor from a file name and the file type.


Member Function Documentation

ACE_INLINE const char * ACE_SSL_Data_File::file_name void    const
 

The file name.

ACE_INLINE int ACE_SSL_Data_File::type void    const
 

The type.


Member Data Documentation

ACE_CString ACE_SSL_Data_File::file_name_ [private]
 

The file name.

int ACE_SSL_Data_File::type_ [private]
 

The type, used by the SSL library to parse the file contents.


The documentation for this class was generated from the following files:
Generated on Wed Jan 15 19:25:19 2003 for ACE_SSL by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001