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 ( TInt aValue,
TUid aUid
) [private]

Constructor

Parameters

TInt aValue The integer to wrap
TUid aUid The UID of the crypto parameter

~CCryptoIntParam()

IMPORT_C ~CCryptoIntParam ( )

Destructor

Member Functions Documentation

NewL(TInt, TUid)

IMPORT_C CCryptoIntParam * NewL ( TInt aValue,
TUid aUid
) [static]

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

Parameters

TInt aValue The TInt to be wrapped (copied)
TUid aUid The UID of the CryptoParam

NewLC(TInt, TUid)

IMPORT_C CCryptoIntParam * NewLC ( TInt aValue,
TUid aUid
) [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 aValue The TInt to be wrapped (copied)
TUid aUid The UID of the CryptoParam

Value()

IMPORT_C TInt Value ( ) const

Returns the embedded value.

Member Data Documentation

TInt iValue

TInt iValue [private]

The embedded value