API reference - Class QSslCertificate

Notation used in Ruby API documentation

Description: Binding of QSslCertificate

Sub-classes: SubjectInfo

Public constructors

new QSslCertificatenew(QIODevice ptr device,
const QSsl_EncodingFormat format = QSsl::Pem)
Constructor QSslCertificate::QSslCertificate(QIODevice *device, QSsl::EncodingFormat format)
new QSslCertificatenew(string encoded = QByteArray(),
const QSsl_EncodingFormat format = QSsl::Pem)
Constructor QSslCertificate::QSslCertificate(const QByteArray &encoded, QSsl::EncodingFormat format)
new QSslCertificatenew(const QSslCertificate other)Constructor QSslCertificate::QSslCertificate(const QSslCertificate &other)

Public methods

[const]bool!=(const QSslCertificate other)Method bool QSslCertificate::operator!=(const QSslCertificate &other)
[const]bool==(const QSslCertificate other)Method bool QSslCertificate::operator==(const QSslCertificate &other)
void_assign(const QSslCertificate other)Assigns another object to self
void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
QSslCertificateassign(const QSslCertificate other)Method QSslCertificate &QSslCertificate::operator=(const QSslCertificate &other)
voidclearMethod void QSslCertificate::clear()
[const]stringdigest(const QCryptographicHash_Algorithm algorithm = QCryptographicHash::Md5)Method QByteArray QSslCertificate::digest(QCryptographicHash::Algorithm algorithm)
[const]new QSslCertificate ptrdupCreates a copy of self
[const]QDateTimeeffectiveDateMethod QDateTime QSslCertificate::effectiveDate()
[const]QDateTimeexpiryDateMethod QDateTime QSslCertificate::expiryDate()
[const]unsigned longhandleMethod Qt::HANDLE QSslCertificate::handle()
[const]boolisNull?Method bool QSslCertificate::isNull()
[const]boolisValid?Method bool QSslCertificate::isValid()
[const]stringissuerInfo(const QSslCertificate_SubjectInfo info)Method QString QSslCertificate::issuerInfo(QSslCertificate::SubjectInfo info)
[const]stringissuerInfo(string tag)Method QString QSslCertificate::issuerInfo(const QByteArray &tag)
[const]QSslKeypublicKeyMethod QSslKey QSslCertificate::publicKey()
[const]stringserialNumberMethod QByteArray QSslCertificate::serialNumber()
[const]stringsubjectInfo(const QSslCertificate_SubjectInfo info)Method QString QSslCertificate::subjectInfo(QSslCertificate::SubjectInfo info)
[const]stringsubjectInfo(string tag)Method QString QSslCertificate::subjectInfo(const QByteArray &tag)
[const]stringtoDerMethod QByteArray QSslCertificate::toDer()
[const]stringtoPemMethod QByteArray QSslCertificate::toPem()
[const]stringversionMethod QByteArray QSslCertificate::version()

Public static methods and constants

[static,const]new QSslCertificate_SubjectInfo ptrCommonNameEnum constant QSslCertificate::CommonName
[static,const]new QSslCertificate_SubjectInfo ptrCountryNameEnum constant QSslCertificate::CountryName
[static,const]new QSslCertificate_SubjectInfo ptrLocalityNameEnum constant QSslCertificate::LocalityName
[static,const]new QSslCertificate_SubjectInfo ptrOrganizationEnum constant QSslCertificate::Organization
[static,const]new QSslCertificate_SubjectInfo ptrOrganizationalUnitNameEnum constant QSslCertificate::OrganizationalUnitName
[static,const]new QSslCertificate_SubjectInfo ptrStateOrProvinceNameEnum constant QSslCertificate::StateOrProvinceName
QSslCertificate[]fromData(string data,
const QSsl_EncodingFormat format = QSsl::Pem)
Static method QList<QSslCertificate> QSslCertificate::fromData(const QByteArray &data, QSsl::EncodingFormat format)
QSslCertificate[]fromDevice(QIODevice ptr device,
const QSsl_EncodingFormat format = QSsl::Pem)
Static method QList<QSslCertificate> QSslCertificate::fromDevice(QIODevice *device, QSsl::EncodingFormat format)
QSslCertificate[]fromPath(string path,
const QSsl_EncodingFormat format = QSsl::Pem,
const QRegExp_PatternSyntax syntax = QRegExp::FixedString)
Static method QList<QSslCertificate> QSslCertificate::fromPath(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

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 CommonName

Description: Enum constant QSslCertificate::CommonName

[static,const] new QSslCertificate_SubjectInfo ptr CountryName

Description: Enum constant QSslCertificate::CountryName

[static,const] new QSslCertificate_SubjectInfo ptr LocalityName

Description: Enum constant QSslCertificate::LocalityName

[static,const] new QSslCertificate_SubjectInfo ptr Organization

Description: Enum constant QSslCertificate::Organization

[static,const] new QSslCertificate_SubjectInfo ptr OrganizationalUnitName

Description: Enum constant QSslCertificate::OrganizationalUnitName

[static,const] new QSslCertificate_SubjectInfo ptr StateOrProvinceName

Description: Enum constant QSslCertificate::StateOrProvinceName

void _assign(const QSslCertificate other)

Description: Assigns another object to self

void _create

Description: 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 _destroy

Description: 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 _manage

Description: 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 _unmanage

Description: 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 clear

Description: Method void QSslCertificate::clear()

void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

void destroy

Description: 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 dup

Description: Creates a copy of self

[const] QDateTime effectiveDate

Description: Method QDateTime QSslCertificate::effectiveDate()

[const] QDateTime expiryDate

Description: 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 handle

Description: 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 publicKey

Description: Method QSslKey QSslCertificate::publicKey()

[const] string serialNumber

Description: 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 toDer

Description: Method QByteArray QSslCertificate::toDer()

[const] string toPem

Description: Method QByteArray QSslCertificate::toPem()

[const] string version

Description: Method QByteArray QSslCertificate::version()