CryptoSpi::CCryptoDesC16Param Class Reference

#include <cryptospi/cryptoparams.h>

class CryptoSpi::CCryptoDesC16Param : public CryptoSpi::CCryptoParam

Inherits from

Detailed Description

Crypto param class that wraps an 16-bit constant descriptor

Constructor & Destructor Documentation

~CCryptoDesC16Param ( )

IMPORT_C~CCryptoDesC16Param()

Destructor

Member Function Documentation

NewL ( const TDesC16 &, TUid )

IMPORT_C CCryptoDesC16Param *NewL(const TDesC16 &aValue,
TUidaUid
)[static]

Factory method for allocating a new CCryptoDesC8Param object that contains a copy of the supplied RInteger object.

ParameterDescription
aValueThe TDesC* to be wrapped (copied)
aUidThe Uid of the CryptoParam

Returns: A pointer to a CCryptoDesC8Param instance

NewLC ( const TDesC16 &, TUid )

IMPORT_C CCryptoDesC16Param *NewLC(const TDesC16 &aValue,
TUidaUid
)[static]

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

ParameterDescription
aValueThe TDesC* to be wrapped (copied)
aUidThe 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