CryptoSpi::CCryptoDesC16Param Class Reference
#include
<cryptospi/cryptoparams.h>
class CryptoSpi::CCryptoDesC16Param : public CryptoSpi::CCryptoParam |
Inherits from
- CryptoSpi::CCryptoDesC16Param
Detailed Description
Crypto param class that wraps an 16-bit constant descriptor
Constructor & Destructor Documentation
~CCryptoDesC16Param ( )
IMPORT_C | ~CCryptoDesC16Param | ( | ) | |
Member Function Documentation
NewL ( const TDesC16 &, TUid )
Parameter | Description | aValue | The TDesC* to be wrapped (copied) |
aUid | The Uid of the CryptoParam |
Returns: A pointer to a CCryptoDesC8Param instance
NewLC ( const TDesC16 &, TUid )
Factory method for allocating a new CCryptoDesC16Param object that contains a copy of the supplied RInteger object. Leaves the pointer of the CryptoParam on the cleanup stack
Parameter | Description | aValue | The TDesC* to be wrapped (copied) |
aUid | The Uid of the CryptoParam |
Returns: A pointer to a CCryptoDesC16Param instance
Value ( )
IMPORT_C const TDesC16 & | Value | ( | ) | const |
Returns the embedded value.
Returns: A reference to the embedded TDesC16