MSRTPKeyDerivation Class Reference

class MSRTPKeyDerivation
Public Member Functions
~MSRTPKeyDerivation()
HBufC8 *PRF_128BitL(TUint, const TDesC8 &, const TDesC8 &)

Constructor & Destructor Documentation

~MSRTPKeyDerivation()

~MSRTPKeyDerivation()[inline, virtual]

Member Functions Documentation

PRF_128BitL(TUint, const TDesC8 &, const TDesC8 &)

HBufC8 *PRF_128BitL(TUintaBitLength,
const TDesC8 &aKey,
const TDesC8 &aIV
)[pure virtual]

This function is called by SRTP for key derivation operation (PRF_n) regardless of the algorithm, the default is AESCM-128 Produces key stream based on input key and IV value. PRF_n function is used to derive session key from desired master key.

Parameters

TUint aBitLengthEncryption key length
const TDesC8 & aKeyInput key.
const TDesC8 & aIVInteger Value (IV). Returns HBufC8* keystream