javamanager/javacaptain/extensionplugins/javacertstore/src.s60/smartcardcryptotokenreader.h
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    59     virtual TInt RunError(TInt aError);
    59     virtual TInt RunError(TInt aError);
    60 private:
    60 private:
    61     SmartCardCryptoTokenReader();
    61     SmartCardCryptoTokenReader();
    62     void ConstructL();
    62     void ConstructL();
    63     bool Initialize();
    63     bool Initialize();
    64     bool ListTokenTypes();
    64     bool ListTokenTypesL();
    65     bool OpenTokenType();
    65     bool OpenTokenType();
    66     bool OpenToken();
    66     bool OpenToken();
    67     bool GetTokenInterface();
    67     bool GetTokenInterface();
    68     bool ListCertificates();
    68     bool ListCertificates();
    69     bool FilterCertificates();
    69     bool FilterCertificates();