#include <SSL_Context.h>

Public Member Functions | |
| ACE_SSL_Data_File (void) | |
| Default constructor. | |
| ACE_SSL_Data_File (const char *file_name, int type=SSL_FILETYPE_PEM) | |
| Contructor from a file name and the file type. | |
| const char * | file_name (void) const |
| The file name. | |
| int | type (void) const |
| The type. | |
Private Attributes | |
| ACE_CString | file_name_ |
| The file name. | |
| int | type_ |
| The type, used by the SSL library to parse the file contents. | |
Definition at line 37 of file SSL_Context.h.
| ACE_SSL_Data_File::ACE_SSL_Data_File | ( | void | ) |
| 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.
Definition at line 14 of file SSL_Context.inl.
: file_name_ (file_name), type_ (type) { }
| const char * ACE_SSL_Data_File::file_name | ( | void | ) | const |
| int ACE_SSL_Data_File::type | ( | void | ) | const |
ACE_CString ACE_SSL_Data_File::file_name_ [private] |
The file name.
Definition at line 57 of file SSL_Context.h.
int ACE_SSL_Data_File::type_ [private] |
The type, used by the SSL library to parse the file contents.
Definition at line 60 of file SSL_Context.h.
1.7.0