ACE_SSL 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ACE_SSL_Data_File Class Reference

#include <SSL_Context.h>

Collaboration diagram for ACE_SSL_Data_File:
Collaboration graph
[legend]

Public Member Functions

 ACE_SSL_Data_File ()
 Default constructor.
 
 ACE_SSL_Data_File (const char *file_name, int type=SSL_FILETYPE_PEM)
 Constructor from a file name and the file type.
 
const char * file_name () const
 The file name.
 
int type () 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.
 

Constructor & Destructor Documentation

◆ ACE_SSL_Data_File() [1/2]

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_SSL_Data_File::ACE_SSL_Data_File ( )

Default constructor.

◆ ACE_SSL_Data_File() [2/2]

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

Constructor from a file name and the file type.

Member Function Documentation

◆ file_name()

ACE_INLINE const char * ACE_SSL_Data_File::file_name ( ) const

The file name.

◆ type()

ACE_INLINE int ACE_SSL_Data_File::type ( ) const

The type.

Member Data Documentation

◆ file_name_

ACE_CString ACE_SSL_Data_File::file_name_
private

The file name.

◆ type_

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: