QSslCertificate
#include <QtNetwork/QSslCertificate>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QSslCertificate
Overview
Public Types Index
enum SubjectInfoOrganization, CommonName, LocalityName, OrganizationalUnitName, CountryName, StateOrProvinceName |
Public Functions Index
QSslCertificate (QIODevice *device, QSsl::EncodingFormat format=QSsl::Pem) | |
QSslCertificate (const QByteArray &encoded=QByteArray(), QSsl::EncodingFormat format=QSsl::Pem) | |
QSslCertificate (const QSslCertificate &other) | |
~QSslCertificate () | |
QMultiMap< QSsl::AlternateNameEntryType, QString > | alternateSubjectNames () const |
void | clear () |
QByteArray | digest (QCryptographicHash::Algorithm algorithm=QCryptographicHash::Md5) const |
QDateTime | effectiveDate () const |
QDateTime | expiryDate () const |
Qt::HANDLE | handle () const |
bool | isNull () const |
QString | issuerInfo (SubjectInfo info) const |
QString | issuerInfo (const QByteArray &tag) const |
bool | isValid () const |
bool | operator!= (const QSslCertificate &other) const |
QSslCertificate & | operator= (const QSslCertificate &other) |
bool | operator== (const QSslCertificate &other) const |
QSslKey | publicKey () const |
QByteArray | serialNumber () const |
QString | subjectInfo (SubjectInfo info) const |
QString | subjectInfo (const QByteArray &tag) const |
QByteArray | toDer () const |
QByteArray | toPem () const |
QByteArray | version () const |
Static Public Functions Index
QList< QSslCertificate > | fromData (const QByteArray &data, QSsl::EncodingFormat format=QSsl::Pem) |
QList< QSslCertificate > | fromDevice (QIODevice *device, QSsl::EncodingFormat format=QSsl::Pem) |
QList< QSslCertificate > | fromPath (const QString &path, QSsl::EncodingFormat format=QSsl::Pem, QRegExp::PatternSyntax syntax=QRegExp::FixedString) |
Public Types
- Organization
- CommonName
- LocalityName
- OrganizationalUnitName
- CountryName
- StateOrProvinceName
Public Functions
Destructor.
void
Qt::HANDLE
bool
bool
bool
bool
Static Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy