CSRTPMasterSalt Class Reference
class CSRTPMasterSalt : public CBase |
Contains a salt used in encryption and decryption.
Constructor & Destructor Documentation
CSRTPMasterSalt(TUint)
CSRTPMasterSalt | ( | TUint | aN_S | ) | [private] |
Member Functions Documentation
ConstructL(const TDesC8 &)
void | ConstructL | ( | const TDesC8 & | aKey | ) | [private] |
MasterSalt()
IMPORT_C const TDesC8 & | MasterSalt | ( | ) | const |
NewL(const TDesC8 &, TUint)
Two-phased constructor.
CSRTPCryptoContext takes the ownership of MasterKey and MasterSalt
- leave
- KErrNone if success, system-wide error code otherwise
NewLC(const TDesC8 &, TUint)
Two-phased constructor.
CSRTPCryptoContext takes the ownership of MasterKey and MasterSalt
- leave
- KErrNone if success, system-wide error code otherwise
SaltLength()
IMPORT_C TUint | SaltLength | ( | ) | const |
Valid()
IMPORT_C TBool | Valid | ( | ) | const |
operator=(const CSRTPMasterSalt &)
Member Data Documentation
HBufC8 * iKey
The master salt value. The length of the salt is determined by the Size() function.
const TUint iN_S
The length of the session salt
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.