KIO
#include <ksslx509map.h>
Public Member Functions | |
KSSLX509Map (const QString &name) | |
~KSSLX509Map () | |
QString | getValue (const QString &key) const |
void | reset (const QString &name=QLatin1String("")) |
void | setValue (const QString &key, const QString &value) |
Detailed Description
X.509 Map Parsing Class.
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
- See also
- KSSL, KSSLCertificate
X.509 Map Parser
Definition at line 39 of file ksslx509map.h.
Constructor & Destructor Documentation
◆ KSSLX509Map()
KSSLX509Map::KSSLX509Map | ( | const QString & | name | ) |
Construct an X.509 Map.
- Parameters
-
name the map to parse
Definition at line 25 of file ksslx509map.cpp.
◆ ~KSSLX509Map()
KSSLX509Map::~KSSLX509Map | ( | ) |
Destroy this map.
Definition at line 30 of file ksslx509map.cpp.
Member Function Documentation
◆ getValue()
QString KSSLX509Map::getValue | ( | const QString & | key | ) | const |
Get the value of an entry in the map.
- Parameters
-
key the key
- Returns
- the value
Definition at line 40 of file ksslx509map.cpp.
◆ reset()
void KSSLX509Map::reset | ( | const QString & | name = QLatin1String("") | ) |
Reset (clear) the internal storage.
- Parameters
-
name if this is not empty, it will be parsed and used as the new map internally
Definition at line 103 of file ksslx509map.cpp.
◆ setValue()
void KSSLX509Map::setValue | ( | const QString & | key, |
const QString & | value | ||
) |
Set a value in the map.
- Parameters
-
key the key value the value
Definition at line 35 of file ksslx509map.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.