javamanager/javacaptain/extensionplugins/javacertstore/src.s60/smartcardcryptotokenreader.h
changeset 61 bf7ee68962da
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    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();