QCA::KeyStoreInfo
#include <QtCrypto>
Public Member Functions | |
KeyStoreInfo () | |
KeyStoreInfo (const KeyStoreInfo &from) | |
KeyStoreInfo (KeyStore::Type type, const QString &id, const QString &name) | |
QString | id () const |
bool | isNull () const |
QString | name () const |
KeyStoreInfo & | operator= (const KeyStoreInfo &from) |
KeyStore::Type | type () const |
Detailed Description
Key store information, outside of a KeyStore object.
This class is used in conjunction with the Event class, and related classes such as PasswordAsker and TokenAsker, to describe the key store source of the Event.
Each KeyStoreInfo represents a single KeyStore, and describes the type of store (e.g. smartcard or PGP keyring - see KeyStore::Type), and a couple of names. The id() of a KeyStore is used to reference it, and is typically of the form "qca-mystorename". The name() of a KeyStore is used to describe it (i.e. this is the "pretty" name to show the user), and is typically of the form "My Store Name".
- Examples
- eventhandlerdemo.cpp.
Definition at line 623 of file qca_keystore.h.
Constructor & Destructor Documentation
◆ KeyStoreInfo() [1/3]
QCA::KeyStoreInfo::KeyStoreInfo | ( | ) |
Constructor.
- Note
- This form of constructor for KeyStoreInfo produces an object that does not describe any KeyStore, and isNull() will return true.
◆ KeyStoreInfo() [2/3]
QCA::KeyStoreInfo::KeyStoreInfo | ( | KeyStore::Type | type, |
const QString & | id, | ||
const QString & | name ) |
Standard constructor.
This builds a KeyStoreInfo object that descibes a KeyStore.
◆ KeyStoreInfo() [3/3]
QCA::KeyStoreInfo::KeyStoreInfo | ( | const KeyStoreInfo & | from | ) |
Copy constructor.
- Parameters
-
from the KeyStoreInfo to copy from
Member Function Documentation
◆ id()
QString QCA::KeyStoreInfo::id | ( | ) | const |
The unique identification of the KeyStore that this KeyStoreInfo object describes.
◆ isNull()
bool QCA::KeyStoreInfo::isNull | ( | ) | const |
Test if this object is valid.
- Returns
- true if the object is not valid
◆ name()
QString QCA::KeyStoreInfo::name | ( | ) | const |
The descriptive name of the KeyStore that this KeyStoreInfo object describes.
◆ operator=()
KeyStoreInfo & QCA::KeyStoreInfo::operator= | ( | const KeyStoreInfo & | from | ) |
Assignment operator.
- Parameters
-
from the KeyStoreInfo to copy from
◆ type()
KeyStore::Type QCA::KeyStoreInfo::type | ( | ) | const |
The Type of KeyStore that this KeyStoreInfo object describes.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:53:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.