#include <qca_core.h>
Inheritance diagram for QCA::TokenAsker:
Public Member Functions | |
TokenAsker (QObject *parent=0) | |
void | ask (const KeyStoreInfo &keyStoreInfo, const KeyStoreEntry &keyStoreEntry, void *ptr) |
void | cancel () |
void | waitForResponse () |
bool | accepted () const |
Public Attributes | |
Q_SIGNALS | __pad0__: void responseReady() |
Friends | |
class | Private |
This class is used to request the user to insert a token.
|
Construct a new asker.
|
|
queue a token request associated with a key store
|
|
Cancel the pending password / passphrase request.
|
|
Block until the token request is completed. You can use the responseReady signal instead of blocking, if appropriate.
|
|
Test if the token request was accepted or not.
|