CryptoSpi::CCryptoDesC8Param Class Reference

#include <cryptospi/cryptoparams.h>

class CryptoSpi::CCryptoDesC8Param : public CryptoSpi::CCryptoParam

Inherits from

Detailed Description

Crypto param class that wraps an 8-bit constant descriptor

Constructor & Destructor Documentation

~CCryptoDesC8Param ( )

IMPORT_C~CCryptoDesC8Param()

Destructor

Member Function Documentation

NewL ( const TDesC8 &, TUid )

IMPORT_C CCryptoDesC8Param *NewL(const TDesC8 &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 TDesC8 &, TUid )

IMPORT_C CCryptoDesC8Param *NewLC(const TDesC8 &aValue,
TUidaUid
)[static]

Factory method for allocating a new CCryptoDesC8Param 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 CCryptoDesC8Param instance

Value ( )

IMPORT_C const TDesC8 &Value()const

Returns the embedded value.

Returns: A reference to the embedded TDesC8