CryptoSpi::CCryptoBigIntParam Class Reference
#include
<cryptospi/cryptoparams.h>
class CryptoSpi::CCryptoBigIntParam : public CryptoSpi::CCryptoParam |
Inherits from
- CryptoSpi::CCryptoBigIntParam
Detailed Description
Crypto param class the wraps an RInteger
Constructor & Destructor Documentation
~CCryptoBigIntParam ( )
IMPORT_C | ~CCryptoBigIntParam | ( | ) | |
Member Function Documentation
NewL ( const TInteger &, TUid )
Parameter | Description | aValue | The TInteger to be wrapped (copied) |
aUid | The UID of the CryptoParam |
Returns: A pointer to a CCryptoBigIntParam instance
NewLC ( const TInteger &, TUid )
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.
Parameter | Description | aValue | The TInteger to be wrapped (copied) |
aUid | The UID of the CryptoParam |
Returns: A pointer to a CCryptoBigIntParam instance
Value ( )
Returns the embedded value.
Returns: A reference to the embedded TInteger