javamanager/javacaptain/extensionplugins/javacertstore/src.s60/smartcardcryptotokenreader.h
changeset 50 023eef975703
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
    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();