|
reSIProcate/DialogUsageManager
9694
|


Public Member Functions | |
| Encrypt (DialogUsageManager &dum, RemoteCertStore *store, SharedPtr< SipMessage > msg, const Data &recipientAor, DumFeature &feature) | |
| virtual | ~Encrypt () |
| Result | received (bool success, MessageId::Type type, const Data &aor, const Data &data) |
| bool | encrypt (Contents **, bool *noCerts) |
Protected Attributes | |
| Data | mRecipientAor |
Definition at line 88 of file EncryptionManager.hxx.
| resip::EncryptionManager::Encrypt::Encrypt | ( | DialogUsageManager & | dum, |
| RemoteCertStore * | store, | ||
| SharedPtr< SipMessage > | msg, | ||
| const Data & | recipientAor, | ||
| DumFeature & | feature | ||
| ) |
| virtual resip::EncryptionManager::Encrypt::~Encrypt | ( | ) | [virtual] |
| bool resip::EncryptionManager::Encrypt::encrypt | ( | Contents ** | , |
| bool * | noCerts | ||
| ) |
| Result resip::EncryptionManager::Encrypt::received | ( | bool | success, |
| MessageId::Type | type, | ||
| const Data & | aor, | ||
| const Data & | data | ||
| ) | [virtual] |
Implements resip::EncryptionManager::Request.
Data resip::EncryptionManager::Encrypt::mRecipientAor [protected] |
Definition at line 97 of file EncryptionManager.hxx.
1.7.5.1