KDEUI
qosxkeychain.h
Go to the documentation of this file.
135 // qDebug() << "OSXKeychain::hasItem(" << key << "): scanning '" << name << "'=" << (void*) keyChainRef;
138 inline OSStatus readItem(const QString &key, QByteArray *value, SecKeychainItemRef *itemRef=NULL)
150 inline OSStatus writeItem( const QString &key, const QByteArray &value, EntryType *entryType=NULL )
189 const SecKeychainRef keychain, SecKeychainItemRef *itemRef=NULL, OSXKeychain *osxKeyChain=NULL);
194 const SecKeychainRef keychain, SecKeychainItemRef *itemRef=NULL, EntryType *entryType=NULL, OSXKeychain *osxKeyChain=NULL );
196 const QString& comment, const SecKeychainRef keychain, EntryType *entryType, OSXKeychain *osxKeyChain=NULL );
197 static OSStatus ItemList( const SecKeychainRef keychain, QStringList &keyList, OSXKeychain *osxKeyChain=NULL );
OSStatus writeItem(const QString &key, const QByteArray &value, EntryType *entryType=NULL)
Definition: qosxkeychain.h:150
#define T
OSStatus readItem(const QString &key, QByteArray *value, SecKeychainItemRef *itemRef=NULL)
Definition: qosxkeychain.h:138
static bool HasItem(const QString &key, const SecKeychainRef keychain, OSStatus *errReturn, SecKeychainItemRef *itemRef)
use the keychain search functions to find the first matching item, if any, returning True if found...
Definition: qosxkeychain.cpp:343
OSStatus itemType(const QString &key, EntryType *entryType)
Definition: qosxkeychain.h:142
void ref()
bool hasItem(const QString &key, OSStatus *errReturn, SecKeychainItemRef *itemRef=NULL)
Definition: qosxkeychain.h:133
Definition: qosxkeychain.h:90
Unknown
OSStatus writeItem(const QString &key, const QByteArray &value, const QString &comment, EntryType *entryType=NULL)
Definition: qosxkeychain.h:154
KAction * close(const QObject *recvr, const char *slot, QObject *parent)
Close the current document.
Definition: kstandardaction.cpp:269
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:17:55 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:17:55 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.