#include <dn.h>
DN parser and reorderer.
Definition at line 26 of file dn.h.
◆ AttributeList
Definition at line 30 of file dn.h.
◆ DN() [1/4]
◆ DN() [2/4]
◆ DN() [3/4]
Kleo::DN::DN |
( |
const char * | utf8DN | ) |
|
|
explicit |
◆ DN() [4/4]
Kleo::DN::DN |
( |
const DN & | other | ) |
|
◆ ~DN()
◆ append()
void Kleo::DN::append |
( |
const Attribute & | attr | ) |
|
◆ attributeNames()
◆ attributeNameToLabel()
◆ attributeOrder()
◆ begin()
◆ defaultAttributeOrder()
◆ dn() [1/2]
- Returns
- the DN in the original form
Definition at line 468 of file dn.cpp.
◆ dn() [2/2]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Uses sep as separator (default: ,)
Definition at line 473 of file dn.cpp.
◆ end()
◆ escape()
- Returns
- the value in rfc-2253-escaped form
Definition at line 479 of file dn.cpp.
◆ operator=()
const Kleo::DN & Kleo::DN::operator= |
( |
const DN & | other | ) |
|
◆ operator[]()
◆ prettyAttributes()
Returns the non-empty attributes formatted as
{NAME=value} and reordered according to the settings in the [DN] group of the application's config file.
Definition at line 456 of file dn.cpp.
◆ prettyDN()
QString Kleo::DN::prettyDN |
( |
| ) |
const |
- Returns
- the DN in a reordered form, according to the settings in the [DN] group of the application's config file
Definition at line 445 of file dn.cpp.
◆ setAttributeOrder()
void Kleo::DN::setAttributeOrder |
( |
const QStringList & | order | ) |
|
|
static |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:01 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.