|
Qt Cryptographic Architecture
|
#include <QtCrypto>
Public Member Functions | |
| CertificateInfoPair () | |
| CertificateInfoPair (const CertificateInfoPair &from) | |
| CertificateInfoPair (const CertificateInfoType &type, const QString &value) | |
| bool | operator!= (const CertificateInfoPair &other) const |
| CertificateInfoPair & | operator= (const CertificateInfoPair &from) |
| bool | operator== (const CertificateInfoPair &other) const |
| CertificateInfoType | type () const |
| QString | value () const |
One entry in a certificate information list.
| QCA::CertificateInfoPair::CertificateInfoPair | ( | ) |
Standard constructor.
Referenced by CertificateInfoPair(), operator!=(), operator=(), and operator==().
| QCA::CertificateInfoPair::CertificateInfoPair | ( | const CertificateInfoType & | type, |
| const QString & | value ) |
| QCA::CertificateInfoPair::CertificateInfoPair | ( | const CertificateInfoPair & | from | ) |
Standard copy constructor.
| from | the information pair to copy from |
References CertificateInfoPair().
| CertificateInfoPair & QCA::CertificateInfoPair::operator= | ( | const CertificateInfoPair & | from | ) |
Standard assignment operator.
| from | the information pair to assign from |
References CertificateInfoPair().
| CertificateInfoType QCA::CertificateInfoPair::type | ( | ) | const |
The type of information stored in the pair.
Referenced by CertificateInfoPair().
| QString QCA::CertificateInfoPair::value | ( | ) | const |
The value of the information stored in the pair.
Referenced by CertificateInfoPair().
| bool QCA::CertificateInfoPair::operator== | ( | const CertificateInfoPair & | other | ) | const |
Comparison operator.
| other | the certificate information pair to compare with this certificate information pair. |
References CertificateInfoPair().
|
inline |
Inequality operator.
| other | the certificate information pair to compare with this certificate information pair. |
References CertificateInfoPair().