ACE_SSL
6.3.3
|
#include <SSL_Context.h>
Public Member Functions | |
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... | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL 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.
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.
|
private |
The file name.
|
private |
The type, used by the SSL library to parse the file contents.