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