Wrapper class for authentication methods values. More...
#include <yateiax.h>
Public Types | |
| enum | Type { Text = 1, MD5 = 2, RSA = 4 } |
Static Public Member Functions | |
| static void | authList (String &dest, u_int16_t auth, char sep) |
Static Public Attributes | |
| static TokenDict | s_texts [] |
Wrapper class for authentication methods values.
This class holds the enumeration values for authentication methods
| enum Type |
Authentication method enumeration types
| static void authList | ( | String & | dest, | |
| u_int16_t | auth, | |||
| char | sep | |||
| ) | [static] |
Create a string list from authentication methods
| dest | The destination | |
| auth | The authentication methods as ORed bits | |
| sep | The separator to use |
1.6.3