#include <QtCore/qnamespace.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qcryptographichash.h>
#include <QtCore/qregexp.h>
#include <QtCore/qsharedpointer.h>
#include <QtNetwork/qssl.h>
Go to the source code of this file.
|
typedef struct x509_st | X509 |
|
◆ X509
typedef struct x509_st X509 |
◆ operator<<() [1/2]
Definition at line 866 of file qsslcertificate.cpp.
868 debug <<
"QSslCertificate(" 875 #ifndef QT_NO_TEXTSTREAM QByteArray serialNumber() const
Returns the certificate's serial number string in decimal format.
QString subjectInfo(SubjectInfo info) const
Returns the information for the subject, or an empty string if there is no information for subject in...
QString issuerInfo(SubjectInfo info) const
Returns the issuer information for the subject from the certificate, or an empty string if there is n...
QDateTime effectiveDate() const
Returns the date-time that the certificate becomes valid, or an empty QDateTime if this is a null cer...
QMultiMap< QSsl::AlternateNameEntryType, QString > alternateSubjectNames() const
Returns the list of alternative subject names for this certificate.
QByteArray version() const
Returns the certificate's version string.
QDateTime expiryDate() const
Returns the date-time that the certificate expires, or an empty QDateTime if this is a null certifica...
QByteArray digest(QCryptographicHash::Algorithm algorithm=QCryptographicHash::Md5) const
Returns a cryptographic digest of this certificate.
QByteArray toBase64() const
Returns a copy of the byte array, encoded as Base64.
◆ operator<<() [2/2]