KLayout Manual: Main Index » Class Index » API reference - Class QSslCertificateAPI reference - Class QSslCertificateNotation used in Ruby API documentation Description: Binding of QSslCertificate Public constructors
Public methods
Public static methods and constants
Detailed description[const] bool !=(const QSslCertificate other)Description: Method bool QSslCertificate::operator!=(const QSslCertificate &other) [const] bool ==(const QSslCertificate other)Description: Method bool QSslCertificate::operator==(const QSslCertificate &other) [static] QSslCertificate_SubjectInfo CommonNameDescription: Enum constant enum QSslCertificate::CommonName [static] QSslCertificate_SubjectInfo CountryNameDescription: Enum constant enum QSslCertificate::CountryName [static] QSslCertificate_SubjectInfo LocalityNameDescription: Enum constant enum QSslCertificate::LocalityName [static] QSslCertificate_SubjectInfo OrganizationDescription: Enum constant enum QSslCertificate::Organization [static] QSslCertificate_SubjectInfo OrganizationalUnitNameDescription: Enum constant enum QSslCertificate::OrganizationalUnitName [static] QSslCertificate_SubjectInfo StateOrProvinceNameDescription: Enum constant enum QSslCertificate::StateOrProvinceName QSslCertificate assign(const QSslCertificate other)Description: Method QSslCertificate & QSslCertificate::operator=(const QSslCertificate &other) [const] void assign(const QSslCertificate other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. void clearDescription: Method void QSslCertificate::clear() void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] string digestDescription: Method QByteArray QSslCertificate::digest(QCryptographicHash::Algorithm algorithm) [const] string digest(const QCryptographicHash_Algorithm algorithm)Description: Method QByteArray QSslCertificate::digest(QCryptographicHash::Algorithm algorithm) [const] QSslCertificate dupDescription: Creates a copy of self [const] QDateTime effectiveDateDescription: Method QDateTime QSslCertificate::effectiveDate() [const] QDateTime expiryDateDescription: Method QDateTime QSslCertificate::expiryDate() [static] QSslCertificate[] fromData(string data)Description: Static method QList<class QSslCertificate> QSslCertificate::fromData(const QByteArray &data, QSsl::EncodingFormat format) This method is static and can be called without an instance. [static] QSslCertificate[] fromData(string data,const QSsl_EncodingFormat format)Description: Static method QList<class QSslCertificate> QSslCertificate::fromData(const QByteArray &data, QSsl::EncodingFormat format) This method is static and can be called without an instance. [static] QSslCertificate[] fromDevice(QIODevice ptr device)Description: Static method QList<class QSslCertificate> QSslCertificate::fromDevice(QIODevice *device, QSsl::EncodingFormat format) This method is static and can be called without an instance. [static] QSslCertificate[] fromDevice(QIODevice ptr device,const QSsl_EncodingFormat format)Description: Static method QList<class QSslCertificate> QSslCertificate::fromDevice(QIODevice *device, QSsl::EncodingFormat format) This method is static and can be called without an instance. [static] QSslCertificate[] fromPath(string path)Description: Static method QList<class QSslCertificate> QSslCertificate::fromPath(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) This method is static and can be called without an instance. [static] QSslCertificate[] fromPath(string path,const QSsl_EncodingFormat format)Description: Static method QList<class QSslCertificate> QSslCertificate::fromPath(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) This method is static and can be called without an instance. [static] QSslCertificate[] fromPath(string path,const QSsl_EncodingFormat format,const QRegExp_PatternSyntax syntax)Description: Static method QList<class QSslCertificate> QSslCertificate::fromPath(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) This method is static and can be called without an instance. [const] unsigned long handleDescription: Method Qt::HANDLE QSslCertificate::handle() [const] bool isNullDescription: Method bool QSslCertificate::isNull() [const] bool isNull?Description: Method bool QSslCertificate::isNull() [const] bool isValidDescription: Method bool QSslCertificate::isValid() [const] bool isValid?Description: Method bool QSslCertificate::isValid() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] string issuerInfo(const QSslCertificate_SubjectInfo info)Description: Method QString QSslCertificate::issuerInfo(QSslCertificate::SubjectInfo info) [const] string issuerInfo(string tag)Description: Method QString QSslCertificate::issuerInfo(const QByteArray &tag) [static] new QSslCertificate new(const QSslCertificate other)Description: Constructor QSslCertificate::QSslCertificate(const QSslCertificate &other) This method creates an object of class QSslCertificate. [static] new QSslCertificate new(QIODevice ptr device)Description: Constructor QSslCertificate::QSslCertificate(QIODevice *device, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. [static] new QSslCertificate new(QIODevice ptr device,const QSsl_EncodingFormat format)Description: Constructor QSslCertificate::QSslCertificate(QIODevice *device, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. [static] new QSslCertificate newDescription: Constructor QSslCertificate::QSslCertificate(const QByteArray &encoded, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. [static] new QSslCertificate new(string encoded)Description: Constructor QSslCertificate::QSslCertificate(const QByteArray &encoded, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. [static] new QSslCertificate new(string encoded,const QSsl_EncodingFormat format)Description: Constructor QSslCertificate::QSslCertificate(const QByteArray &encoded, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. [const] QSslKey publicKeyDescription: Method QSslKey QSslCertificate::publicKey() [const] string serialNumberDescription: Method QByteArray QSslCertificate::serialNumber() [const] string subjectInfo(const QSslCertificate_SubjectInfo info)Description: Method QString QSslCertificate::subjectInfo(QSslCertificate::SubjectInfo info) [const] string subjectInfo(string tag)Description: Method QString QSslCertificate::subjectInfo(const QByteArray &tag) [const] string toDerDescription: Method QByteArray QSslCertificate::toDer() [const] string toPemDescription: Method QByteArray QSslCertificate::toPem() [const] string versionDescription: Method QByteArray QSslCertificate::version() |