KSSLX509Map Class Reference
X.509 Map Parsing Class X.509 Map Parser. More...
#include <ksslx509map.h>
Public Member Functions | |
KSSLX509Map (const QString &name) | |
~KSSLX509Map () | |
void | setValue (const QString &key, const QString &value) |
QString | getValue (const QString &key) const |
void | reset (const QString &name="") |
Detailed Description
X.509 Map Parsing Class X.509 Map Parser.This class is used to parse and store a map as used in X.509 certificates. It is of the form /name=value/name=value/name=value
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL, KSSLCertificate
Definition at line 37 of file ksslx509map.h.
Constructor & Destructor Documentation
|
Construct an X.509 Map.
Definition at line 25 of file ksslx509map.cc. |
|
Destroy this map.
Definition at line 30 of file ksslx509map.cc. |
Member Function Documentation
|
Set a value in the map.
Definition at line 35 of file ksslx509map.cc. |
|
Get the value of an entry in the map.
Definition at line 40 of file ksslx509map.cc. Referenced by KSSLPeerInfo::certMatchesAddress(), KSSLInfoDlg::setup(), and KSSLCertBox::setValues(). |
|
Reset (clear) the internal storage.
Definition at line 100 of file ksslx509map.cc. |
The documentation for this class was generated from the following files: