CryptoSpi::CCryptoParams Class Reference

#include <cryptospi/cryptoparams.h>

class CryptoSpi::CCryptoParams : public CBase

Inherits from

  • CryptoSpi::CCryptoParams

    Constructor & Destructor Documentation

    CCryptoParams ( )

    CCryptoParams()[protected]

    ~CCryptoParams ( )

    IMPORT_C~CCryptoParams()[virtual]

    Destructor.

    Member Function Documentation

    AddL ( const TInteger &, TUid )

    IMPORT_C voidAddL(const TInteger &aParam,
    TUidaUid
    )

    Various adding methods (CCryptoParams takes a copy)

    AddL ( const TInt, TUid )

    IMPORT_C voidAddL(const TIntaParam,
    TUidaUid
    )

    AddL ( const TDesC8 &, TUid )

    IMPORT_C voidAddL(const TDesC8 &aParam,
    TUidaUid
    )

    AddL ( const TDesC16 &, TUid )

    IMPORT_C voidAddL(const TDesC16 &aParam,
    TUidaUid
    )

    ConstructL ( void )

    voidConstructL(void)[protected]

    CopyL ( const CCryptoParams & )

    IMPORT_C CCryptoParams &CopyL(const CCryptoParams &aParams)

    Copy the passed CCryptoParams.

    Count ( void )

    IMPORT_C TIntCount(void)const

    Return the count of parameters present.

    GetBigIntL ( TUid )

    IMPORT_C const TInteger &GetBigIntL(TUidaUid)const

    Various retrieving methods

    GetCryptoParam ( TUid )

    CCryptoParam *GetCryptoParam(TUidaUid)const [protected]

    GetCryptoParamL ( TUid )

    CCryptoParam *GetCryptoParamL(TUidaUid)const [protected]

    GetParams ( )

    IMPORT_C const RPointerArray< CCryptoParam > &GetParams()const

    GetTDesC16L ( TUid )

    IMPORT_C const TDesC16 &GetTDesC16L(TUidaUid)const

    GetTDesC8L ( TUid )

    IMPORT_C const TDesC8 &GetTDesC8L(TUidaUid)const

    GetTIntL ( TUid )

    IMPORT_C TIntGetTIntL(TUidaUid)const

    IsPresent ( TUid )

    IMPORT_C TBoolIsPresent(TUidaUid)const

    Queries if a parameter with the specified uid is present.

    NewL ( void )

    IMPORT_C CCryptoParams *NewL(void)[static]

    NewLC ( void )

    IMPORT_C CCryptoParams *NewLC(void)[static]