reSIProcate/stack  9694
Public Member Functions | Static Public Member Functions
resip::TestMacSecurity Class Reference
Inheritance diagram for resip::TestMacSecurity:
Inheritance graph
[legend]
Collaboration diagram for resip::TestMacSecurity:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TestMacSecurity ()

Static Public Member Functions

static int main ()

Detailed Description

Definition at line 24 of file testMacSecurity.cxx.


Constructor & Destructor Documentation

resip::TestMacSecurity::TestMacSecurity ( ) [inline]

Definition at line 28 of file testMacSecurity.cxx.

{};

Member Function Documentation

static int resip::TestMacSecurity::main ( ) [inline, static]

Definition at line 31 of file testMacSecurity.cxx.

References resip::MacSecurity::preload().

      {
         TestMacSecurity test;

         // at first # of root certs should be 0
         // assert(# of root certs == 0);
         
         // load the root certs
         test.preload();
         
         // now the # of root certs should be > 0
         // assert(# of root certs > 0);
         
         return 0;
      }

Here is the call graph for this function:


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