qca
QCA::CertificateInfoPair Class Reference
[QCA user API]
One entry in a certificate information list. More...
#include <QtCrypto>
Public Member Functions | |
| CertificateInfoPair (const CertificateInfoPair &from) | |
| CertificateInfoPair (const CertificateInfoType &type, const QString &value) | |
| CertificateInfoPair () | |
| ~CertificateInfoPair () | |
| bool | operator!= (const CertificateInfoPair &other) const |
| CertificateInfoPair & | operator= (const CertificateInfoPair &from) |
| bool | operator== (const CertificateInfoPair &other) const |
| CertificateInfoType | type () const |
| QString | value () const |
Detailed Description
One entry in a certificate information list.
Definition at line 247 of file qca_cert.h.
Constructor & Destructor Documentation
| QCA::CertificateInfoPair::CertificateInfoPair | ( | ) |
Standard constructor.
Definition at line 840 of file qca_cert.cpp.
| QCA::CertificateInfoPair::CertificateInfoPair | ( | const CertificateInfoType & | type, | |
| const QString & | value | |||
| ) |
Construct a new pair.
- Parameters:
-
type the type of information stored in this pair value the value of the information to be stored
Definition at line 845 of file qca_cert.cpp.
| QCA::CertificateInfoPair::CertificateInfoPair | ( | const CertificateInfoPair & | from | ) |
Standard copy constructor.
- Parameters:
-
from the information pair to copy from
Definition at line 852 of file qca_cert.cpp.
| QCA::CertificateInfoPair::~CertificateInfoPair | ( | ) |
Definition at line 857 of file qca_cert.cpp.
Member Function Documentation
| bool QCA::CertificateInfoPair::operator!= | ( | const CertificateInfoPair & | other | ) | const [inline] |
Inequality operator.
- Parameters:
-
other the certificate information pair to compare with this certificate information pair.
Definition at line 303 of file qca_cert.h.
| CertificateInfoPair & QCA::CertificateInfoPair::operator= | ( | const CertificateInfoPair & | from | ) |
Standard assignment operator.
- Parameters:
-
from the information pair to assign from
Definition at line 861 of file qca_cert.cpp.
| bool QCA::CertificateInfoPair::operator== | ( | const CertificateInfoPair & | other | ) | const |
Comparison operator.
- Parameters:
-
other the certificate information pair to compare with this certificate information pair.
Definition at line 877 of file qca_cert.cpp.
| CertificateInfoType QCA::CertificateInfoPair::type | ( | ) | const |
The type of information stored in the pair.
Definition at line 867 of file qca_cert.cpp.
| QString QCA::CertificateInfoPair::value | ( | ) | const |
The value of the information stored in the pair.
Definition at line 872 of file qca_cert.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference