Yate
|
Public Member Functions | |
UsmSecurityParameters (void *data, int len) | |
int | decode (DataBlock &data) |
int | encode (DataBlock &data) |
void | getParams (NamedList *params) |
void | setParams (NamedList *params) |
Public Attributes | |
OctetString | m_msgAuthoritativeEngineID |
u_int32_t | m_msgAuthoritativeEngineBoots |
u_int32_t | m_msgAuthoritativeEngineTime |
OctetString | m_msgUserName |
OctetString | m_msgAuthenticationParameters |
OctetString | m_msgPrivacyParameters |
Static Public Attributes | |
static const int | s_type = ASNLib::SEQUENCE |
static const u_int32_t | s_msgAuthoritativeEngineBootsMinSize = 0x0 |
static const u_int32_t | s_msgAuthoritativeEngineBootsMaxSize = 0x7fffffff |
static const u_int32_t | s_msgAuthoritativeEngineTimeMinSize = 0x0 |
static const u_int32_t | s_msgAuthoritativeEngineTimeMaxSize = 0x7fffffff |
static const u_int8_t | s_msgUserNameSizeMinSize = 0x0 |
static const u_int8_t | s_msgUserNameSizeMaxSize = 0x20 |
Function to decode the parameters of this object from given data
data | DataBlock from which the object is decoded |
Implements AsnObject.
Function to encode this object into a datablock
data | The DataBlock in which the object should be encoded |
Implements AsnObject.
Function for obtaining this object's data
params | NamedList in which this object's data should be put |
Implements AsnObject.
Function for setting this object's data
params | NamedList containing the values to which this object's data should be set |
Implements AsnObject.