CryptoSpi::CCryptoIntParam Class Reference
#include
<cryptospi/cryptoparams.h>
class CryptoSpi::CCryptoIntParam : public CryptoSpi::CCryptoParam |
Inherits from
- CryptoSpi::CCryptoIntParam
Detailed Description
CryptoParam class that wraps a TInt
Constructor & Destructor Documentation
~CCryptoIntParam ( )
IMPORT_C | ~CCryptoIntParam | ( | ) | |
Member Function Documentation
NewL ( TInt, TUid )
Factory method for allocating a new CCryptoIntParam object that contains a copy of the supplied TInt
Parameter | Description | aValue | The TInt to be wrapped (copied) |
aUid | The UID of the CryptoParam |
Returns: A pointer to a CCryptoIntParam instance
NewLC ( TInt, TUid )
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
Parameter | Description | aValue | The TInt to be wrapped (copied) |
aUid | The UID of the CryptoParam |
Returns: A pointer to a CCryptoIntParam instance
Value ( )
IMPORT_C TInt | Value | ( | ) | const |
Returns the embedded value.
Returns: The embedded integer