| class RMobilePhone::TMbmsMtkGenerateDataV8 : public RMobilePhone::TMultimodeType |
Contains parameters to hold the input as well as the output parameters for the MBMS authentication in MTK Generation mode. See section 7.1.1.7 and 7.1.2.5 of 3GPP TS 31.102 v6.18.0
| Public Member Functions | |
|---|---|
| TMbmsMtkGenerateDataV8() | |
| Public Attributes | |
|---|---|
| TMikey | iMikey |
| TBuf8< KMtkLength > | iMtk |
| TBuf8< KSaltLength > | iSaltKey |
| Inherited Attributes | |
|---|---|
| RMobilePhone::TMultimodeType::iExtensionId | |
| TMikey | iMikey |
Input Parameter: The input MIKEY message containing an MTK and a Salt key (if Salt key is available).
| TBuf8< KSaltLength > | iSaltKey |
Output Parameter: A random or pseudo-random string used to protect against some off-line pre computation attacks on the underlying security protocol. This is an optional parameter.