javamanager/javacaptain/extensionplugins/javacertstore/src.s60/smartcardcryptotokenreader.h
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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 ListTokenTypesL();
    64     bool ListTokenTypes();
    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();