#include <qca_cert.h>
Collaboration diagram for QCA::CertificateInfoPair:
Public Member Functions | |
CertificateInfoPair () | |
CertificateInfoPair (const CertificateInfoType &type, const QString &value) | |
CertificateInfoPair (const CertificateInfoPair &from) | |
CertificateInfoPair & | operator= (const CertificateInfoPair &from) |
CertificateInfoType | type () const |
QString | value () const |
bool | operator== (const CertificateInfoPair &other) const |
bool | operator!= (const CertificateInfoPair &other) const |
|
Standard constructor.
|
|
Construct a new pair.
|
|
Standard copy constructor.
|
|
Standard assignment operator.
|
|
The type of information stored in the pair.
|
|
The value of the information stored in the pair.
|
|
Comparison operator.
|
|
Inequality operator.
|