API reference - Class QSslCertificateNotation used in Ruby API documentation Description: Binding of QSslCertificate Sub-classes: SubjectInfo
Public constructors
Public methods
Public static methods and constants
Deprecated methods (protected, public, static, non-static and constructors)
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,const] new QSslCertificate_SubjectInfo ptr CommonNameDescription: Enum constant QSslCertificate::CommonName [static,const] new QSslCertificate_SubjectInfo ptr CountryNameDescription: Enum constant QSslCertificate::CountryName [static,const] new QSslCertificate_SubjectInfo ptr LocalityNameDescription: Enum constant QSslCertificate::LocalityName [static,const] new QSslCertificate_SubjectInfo ptr OrganizationDescription: Enum constant QSslCertificate::Organization [static,const] new QSslCertificate_SubjectInfo ptr OrganizationalUnitNameDescription: Enum constant QSslCertificate::OrganizationalUnitName [static,const] new QSslCertificate_SubjectInfo ptr StateOrProvinceNameDescription: Enum constant QSslCertificate::StateOrProvinceName void _assign(const QSslCertificate other)Description: Assigns another object to self 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 destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, 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] 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. void _manageDescription: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. void _unmanageDescription: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. QSslCertificate assign(const QSslCertificate other)Description: Method QSslCertificate &QSslCertificate::operator=(const QSslCertificate &other) void clearDescription: Method void QSslCertificate::clear() void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [const] string digest(const QCryptographicHash_Algorithm algorithm = QCryptographicHash::Md5)Description: Method QByteArray QSslCertificate::digest(QCryptographicHash::Algorithm algorithm) [const] new QSslCertificate ptr 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,const QSsl_EncodingFormat format = QSsl::Pem)Description: Static method QList<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,const QSsl_EncodingFormat format = QSsl::Pem)Description: Static method QList<QSslCertificate> QSslCertificate::fromDevice(QIODevice *device, QSsl::EncodingFormat format) This method is static and can be called without an instance. [static] QSslCertificate[] fromPath(string path,const QSsl_EncodingFormat format = QSsl::Pem,const QRegExp_PatternSyntax syntax = QRegExp::FixedString)Description: Static method QList<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 isNull?Description: Method bool QSslCertificate::isNull() [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 Use of this method is deprecated. Use _is_const_object? instead [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(QIODevice ptr device,const QSsl_EncodingFormat format = QSsl::Pem)Description: Constructor QSslCertificate::QSslCertificate(QIODevice *device, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. Python specific notes:This method is the default initializer of the object [static] new QSslCertificate new(string encoded = QByteArray(),const QSsl_EncodingFormat format = QSsl::Pem)Description: Constructor QSslCertificate::QSslCertificate(const QByteArray &encoded, QSsl::EncodingFormat format) This method creates an object of class QSslCertificate. Python specific notes:This method is the default initializer of the object [static] new QSslCertificate new(const QSslCertificate other)Description: Constructor QSslCertificate::QSslCertificate(const QSslCertificate &other) This method creates an object of class QSslCertificate. Python specific notes:This method is the default initializer of the object [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() |