certmanager/lib
Kleo::DN Class Reference
#include <dn.h>
Detailed Description
DN parser and reorderer.
Definition at line 76 of file dn.h.
Public Types | |
| typedef QValueVector< Attribute > | AttributeList |
| typedef AttributeList::const_iterator | const_iterator |
| typedef DN::AttributeList | List |
Public Member Functions | |
| DN () | |
| DN (const QString &dn) | |
| DN (const char *utf8DN) | |
| DN (const DN &other) | |
| ~DN () | |
| const DN & | operator= (const DN &other) |
| QString | prettyDN () const |
| QString | dn () const |
| QString | operator[] (const QString &attr) const |
| void | append (const Attribute &attr) |
| const_iterator | begin () const |
| const_iterator | end () const |
| Attribute (const QString &name=QString::null, const QString &value=QString::null) | |
| 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) |
Member Function Documentation
| QString Kleo::DN::escape | ( | const QString & | value | ) | [static] |
| QString Kleo::DN::prettyDN | ( | ) | const |
| QString Kleo::DN::dn | ( | ) | const |
The documentation for this class was generated from the following files:

