CryptoSpi::CCryptoIntParam Class Reference

class CryptoSpi::CCryptoIntParam : public CryptoSpi::CCryptoParam

CryptoParam class that wraps a TInt

Inherits from

Constructor & Destructor Documentation

CCryptoIntParam(TInt, TUid)

CCryptoIntParam(TIntaValue,
TUidaUid
)[private]

Constructor

Parameters

TInt aValueThe integer to wrap
TUid aUidThe UID of the crypto parameter

~CCryptoIntParam()

IMPORT_C~CCryptoIntParam()

Destructor

Member Functions 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

Parameters

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

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

Parameters

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

Value()

IMPORT_C TIntValue()const

Returns the embedded value.

Member Data Documentation

TInt iValue

TInt iValue[private]

The embedded value