|
reSIProcate/stack
9694
|
#include <Security.hxx>

Public Member Functions | |
| CipherList () | |
| CipherList (const Data &cipherList) | |
| Data | cipherList () const |
Private Attributes | |
| Data | mCipherList |
Definition at line 54 of file Security.hxx.
| resip::BaseSecurity::CipherList::CipherList | ( | ) | [inline] |
Definition at line 57 of file Security.hxx.
{}
| resip::BaseSecurity::CipherList::CipherList | ( | const Data & | cipherList | ) | [inline] |
Definition at line 58 of file Security.hxx.
: mCipherList(cipherList) {}
| Data resip::BaseSecurity::CipherList::cipherList | ( | ) | const [inline] |
Definition at line 61 of file Security.hxx.
Referenced by cipherList().
1.7.5.1