QCA::CertificateInfoPair
QCA::CertificateInfoPair Class Reference
#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 |
Detailed Description
One entry in a certificate information list.
Definition at line 245 of file qca_cert.h.
Constructor & Destructor Documentation
◆ CertificateInfoPair() [1/3]
| QCA::CertificateInfoPair::CertificateInfoPair | ( | ) |
Standard constructor.
◆ CertificateInfoPair() [2/3]
| 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
◆ CertificateInfoPair() [3/3]
| QCA::CertificateInfoPair::CertificateInfoPair | ( | const CertificateInfoPair & | from | ) |
Standard copy constructor.
- Parameters
-
from the information pair to copy from
Member Function Documentation
◆ operator!=()
|
inline |
Inequality operator.
- Parameters
-
other the certificate information pair to compare with this certificate information pair.
Definition at line 301 of file qca_cert.h.
◆ operator=()
| CertificateInfoPair & QCA::CertificateInfoPair::operator= | ( | const CertificateInfoPair & | from | ) |
Standard assignment operator.
- Parameters
-
from the information pair to assign from
◆ operator==()
| bool QCA::CertificateInfoPair::operator== | ( | const CertificateInfoPair & | other | ) | const |
Comparison operator.
- Parameters
-
other the certificate information pair to compare with this certificate information pair.
◆ type()
| CertificateInfoType QCA::CertificateInfoPair::type | ( | ) | const |
The type of information stored in the pair.
◆ value()
| QString QCA::CertificateInfoPair::value | ( | ) | const |
The value of the information stored in the pair.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.