|
reSIProcate/DialogUsageManager
9694
|


Public Member Functions | |
| Request (DialogUsageManager &dum, RemoteCertStore *store, SharedPtr< SipMessage > msg, DumFeature &feature) | |
| virtual | ~Request () |
| virtual Result | received (bool success, MessageId::Type type, const Data &aor, const Data &data)=0 |
| Data | getId () const |
Protected Member Functions | |
| void | response415 () |
Protected Attributes | |
| DialogUsageManager & | mDum |
| RemoteCertStore * | mStore |
| SharedPtr< SipMessage > | mMsgToEncrypt |
| int | mPendingRequests |
| DumFeature & | mFeature |
Definition at line 55 of file EncryptionManager.hxx.
| resip::EncryptionManager::Request::Request | ( | DialogUsageManager & | dum, |
| RemoteCertStore * | store, | ||
| SharedPtr< SipMessage > | msg, | ||
| DumFeature & | feature | ||
| ) |
| virtual resip::EncryptionManager::Request::~Request | ( | ) | [virtual] |
| Data resip::EncryptionManager::Request::getId | ( | ) | const [inline] |
Reimplemented in resip::EncryptionManager::Decrypt.
Definition at line 61 of file EncryptionManager.hxx.
References mMsgToEncrypt.
{ return mMsgToEncrypt->getTransactionId(); }
| virtual Result resip::EncryptionManager::Request::received | ( | bool | success, |
| MessageId::Type | type, | ||
| const Data & | aor, | ||
| const Data & | data | ||
| ) | [pure virtual] |
| void resip::EncryptionManager::Request::response415 | ( | ) | [protected] |
Definition at line 66 of file EncryptionManager.hxx.
DumFeature& resip::EncryptionManager::Request::mFeature [protected] |
Definition at line 70 of file EncryptionManager.hxx.
Definition at line 68 of file EncryptionManager.hxx.
Referenced by getId().
int resip::EncryptionManager::Request::mPendingRequests [protected] |
Definition at line 69 of file EncryptionManager.hxx.
RemoteCertStore* resip::EncryptionManager::Request::mStore [protected] |
Definition at line 67 of file EncryptionManager.hxx.
1.7.5.1