Data Structures | Public Member Functions

SSLContextStorage Struct Reference

Collaboration diagram for SSLContextStorage:
Collaboration graph
[legend]

Data Structures

struct  SSLEntry

Public Member Functions

 SSLContextStorage ()
 ~SSLContextStorage ()
bool insert (SSL_CTX *ctx, const char *name)
SSL_CTX * lookup (const char *name) const
unsigned count () const
SSL_CTX * get (unsigned i) const

Detailed Description

Definition at line 71 of file SSLCertLookup.cc.


Constructor & Destructor Documentation

SSLContextStorage::SSLContextStorage (  ) 

Definition at line 208 of file SSLCertLookup.cc.

SSLContextStorage::~SSLContextStorage (  ) 

Member Function Documentation

unsigned SSLContextStorage::count (  )  const [inline]

Definition at line 78 of file SSLCertLookup.cc.

References Vec< C, A, S >::count().

Referenced by SSLCertLookup::count().

SSL_CTX* SSLContextStorage::get ( unsigned  i  )  const [inline]

Definition at line 79 of file SSLCertLookup.cc.

Referenced by SSLCertLookup::get().

bool SSLContextStorage::insert ( SSL_CTX *  ctx,
const char *  name 
)
SSL_CTX * SSLContextStorage::lookup ( const char *  name  )  const

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