QGpgME 21.6.2.0000005
Qt API for GpgME
|
DN parser and reorderer. More...
#include <dn.h>
Classes | |
class | Private |
Public Types | |
typedef QVector< Attribute > | AttributeList |
typedef AttributeList::const_iterator | const_iterator |
typedef DN::AttributeList | List |
Public Member Functions | |
DN (const QString &dn) | |
DN (const char *utf8DN) | |
DN (const DN &other) | |
const DN & | operator= (const DN &other) |
QString | prettyDN () const |
QString | dn () const |
QString | dn (const QString &sep) const |
QString | operator[] (const QString &attr) const |
void | append (const Attribute &attr) |
const_iterator | begin () const |
const_iterator | end () const |
void | setAttributeOrder (const QStringList &order) const |
const QStringList & | attributeOrder () const |
Attribute (const QString &name=QString(), const QString &value=QString()) | |
Attribute (const Attribute &other) | |
const Attribute & | operator= (const Attribute &other) |
const QString & | name () const |
const QString & | value () const |
void | setValue (const QString &value) |
Static Public Member Functions | |
static QString | escape (const QString &value) |
DN parser and reorderer.
const QStringList & QGpgME::DN::attributeOrder | ( | ) | const |
Get the used attribute order.
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: ,)
QString QGpgME::DN::prettyDN | ( | ) | const |
void QGpgME::DN::setAttributeOrder | ( | const QStringList & | order | ) | const |
Set the order in which prettyDN will reorder the Attributes.