CryptoSpi::CCryptoIntParam Class Reference

#include <cryptospi/cryptoparams.h>

class CryptoSpi::CCryptoIntParam : public CryptoSpi::CCryptoParam

Inherits from

Detailed Description

CryptoParam class that wraps a TInt

Constructor & Destructor Documentation

~CCryptoIntParam ( )

IMPORT_C~CCryptoIntParam()

Destructor

Member Function Documentation

NewL ( TInt, TUid )

IMPORT_C CCryptoIntParam *NewL(TIntaValue,
TUidaUid
)[static]

Factory method for allocating a new CCryptoIntParam object that contains a copy of the supplied TInt

ParameterDescription
aValueThe TInt to be wrapped (copied)
aUidThe UID of the CryptoParam

Returns: A pointer to a CCryptoIntParam instance

NewLC ( TInt, TUid )

IMPORT_C CCryptoIntParam *NewLC(TIntaValue,
TUidaUid
)[static]

Factory method for allocating a new CCryptoIntParam object that contains a copy of the supplied TInt Leaves the pointer of the CryptoParam on the cleanup stack

ParameterDescription
aValueThe TInt to be wrapped (copied)
aUidThe UID of the CryptoParam

Returns: A pointer to a CCryptoIntParam instance

Value ( )

IMPORT_C TIntValue()const

Returns the embedded value.

Returns: The embedded integer