#include <opalzrtp.h>
Public Member Functions | |
| virtual | ~OpalZrtp () | 
Static Public Member Functions | |
| static bool | Init (char *name, char *zidFile) | 
| static bool | Init (OpalZrtp *opalZrtp) | 
| static bool | DeInit () | 
| static zrtp_global_ctx * | GetZrtpContext () | 
| static unsigned char * | GetZID () | 
| static void | SetEventProcessor (ZrtpEventProcessor *eventProcessor) | 
| static ZrtpEventProcessor * | GetEventProcessor () | 
Protected Member Functions | |
| virtual unsigned char * | DoGetZID () | 
| virtual zrtp_global_ctx * | DoGetZrtpContext () | 
| virtual bool | DoInit (char *name, char *zidFile) | 
| virtual OpalZrtp::~OpalZrtp | ( | ) |  [virtual] | 
        
| static bool OpalZrtp::Init | ( | char * | name, | |
| char * | zidFile | |||
| ) |  [static] | 
        
| static bool OpalZrtp::Init | ( | OpalZrtp * | opalZrtp | ) |  [static] | 
        
| static bool OpalZrtp::DeInit | ( | ) |  [static] | 
        
| static zrtp_global_ctx* OpalZrtp::GetZrtpContext | ( | ) |  [static] | 
        
| static unsigned char* OpalZrtp::GetZID | ( | ) |  [static] | 
        
| static void OpalZrtp::SetEventProcessor | ( | ZrtpEventProcessor * | eventProcessor | ) |  [static] | 
        
| static ZrtpEventProcessor* OpalZrtp::GetEventProcessor | ( | ) |  [static] | 
        
| virtual unsigned char* OpalZrtp::DoGetZID | ( | ) |  [protected, virtual] | 
        
| virtual zrtp_global_ctx* OpalZrtp::DoGetZrtpContext | ( | ) |  [protected, virtual] | 
        
| virtual bool OpalZrtp::DoInit | ( | char * | name, | |
| char * | zidFile | |||
| ) |  [protected, virtual] | 
        
 1.5.1