TOMASuplBasicProtectionParams Class Reference

class TOMASuplBasicProtectionParams
Class for providing the basic protection parameters epos_comasuplasnplugin.lib
Since
S60 S60_5.2

Member Functions Documentation

GetBasicMac(TDes8 &)

IMPORT_C void GetBasicMac ( TDes8 & aBasicMac )
Getter method for basic MAC
Since
S60 S60_5.2

Parameters

TDes8 & aBasicMac value of basic MAC is returned in this

GetKeyIdentifier(TDes8 &)

IMPORT_C void GetKeyIdentifier ( TDes8 & aKeyId )
Getter method for key identifier
Since
S60 S60_5.2

Parameters

TDes8 & aKeyId value of key identity is returned in this

GetReplayCounter()

IMPORT_C TInt32 GetReplayCounter ( )
Getter method for replay coungter
Since
S60 S60_5.2

SetBasicMac(TDes8 &)

IMPORT_C void SetBasicMac ( TDes8 & aBasicMac )
Setter method for basic MAC
Since
S60 S60_5.2

Parameters

TDes8 & aBasicMac

SetKeyIdentifier(TDes8 &)

IMPORT_C void SetKeyIdentifier ( TDes8 & aKeyId )
Setter method for key identifier
Since
S60 S60_5.2

Parameters

TDes8 & aKeyId value of key identity to be set

SetReplayCounter(TInt32)

IMPORT_C void SetReplayCounter ( TInt32 aCounter )
Setter method for replay counter
Since
S60 S60_5.2

Parameters

TInt32 aCounter value of key identity to be set

Member Data Documentation

TBuf8< KBasicProtMacLen > iBasicMAC

TBuf8 < KBasicProtMacLen > iBasicMAC [private]

TInt32 iBasicReplayCounter

TInt32 iBasicReplayCounter [private]

TBuf8< KBasicProtKeyIdLen > iKeyIdentifier

TBuf8 < KBasicProtKeyIdLen > iKeyIdentifier [private]