|
reSIProcate/stack
9694
|
#include <NonceHelper.hxx>
Public Member Functions | |
| Nonce (UInt64 creationTime) | |
| virtual | ~Nonce () |
| UInt64 | getCreationTime () |
Private Attributes | |
| UInt64 | creationTime |
Definition at line 14 of file NonceHelper.hxx.
| NonceHelper::Nonce::Nonce | ( | UInt64 | creationTime | ) |
Definition at line 6 of file NonceHelper.cxx.
: creationTime(creationTime) { }
| NonceHelper::Nonce::~Nonce | ( | ) | [virtual] |
Definition at line 10 of file NonceHelper.cxx.
{
}
| UInt64 resip::NonceHelper::Nonce::getCreationTime | ( | ) | [inline] |
Definition at line 22 of file NonceHelper.hxx.
References creationTime.
Referenced by resip::Helper::advancedAuthenticateRequest(), resip::Helper::authenticateRequest(), and resip::Helper::authenticateRequestWithA1().
{ return creationTime; };
Definition at line 17 of file NonceHelper.hxx.
Referenced by getCreationTime().
1.7.5.1