#include <diameter_nasreq_authinfo.hxx>
Inheritance diagram for CHAP_Info:
Public Member Functions | |
CHAP_Info (diameter_utf8string_t &username, chap_auth_t auth, diameter_octetstring_t &challenge) | |
Constructor. | |
CHAP_Info (chap_auth_t auth, diameter_octetstring_t &challenge) | |
Constructor. | |
CHAP_Info () | |
Constructor. | |
bool | Validate (diameter_octetstring_t &secret) |
Validator. | |
chap_auth_t & | ChapAuth () |
Used for setting/getting chap auth. | |
diameter_octetstring_t & | ChapChallenge () |
Used for setting/getting chap challenge. |