CryptoSpi::CCryptoBigIntParam Class Reference

#include <cryptospi/cryptoparams.h>

class CryptoSpi::CCryptoBigIntParam : public CryptoSpi::CCryptoParam

Inherits from

Detailed Description

Crypto param class the wraps an RInteger

Constructor & Destructor Documentation

~CCryptoBigIntParam ( )

IMPORT_C~CCryptoBigIntParam()

Destructor

Member Function Documentation

NewL ( const TInteger &, TUid )

IMPORT_C CCryptoBigIntParam *NewL(const TInteger &aValue,
TUidaUid
)[static]

Factory method for allocating a new CCryptoBigIntParam object that contains a copy of the supplied TInteger object.

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

Returns: A pointer to a CCryptoBigIntParam instance

NewLC ( const TInteger &, TUid )

IMPORT_C CCryptoBigIntParam *NewLC(const TInteger &aValue,
TUidaUid
)[static]

Factory method for allocating a new CCryptoBigIntParam object that contains a copy of the supplied TInteger object. Leaves the pointer of the CryptoParam onto the cleanup stack.

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

Returns: A pointer to a CCryptoBigIntParam instance

Value ( )

IMPORT_C const TInteger &Value()const

Returns the embedded value.

Returns: A reference to the embedded TInteger