KLayout Manual: Main Index » Class Index » API reference - Class QSslCipher

API reference - Class QSslCipher

Notation used in Ruby API documentation

Description: Binding of QSslCipher

Public constructors

new QSslCiphernewConstructor QSslCipher::QSslCipher()
new QSslCiphernew(const QSslCipher other)Constructor QSslCipher::QSslCipher(const QSslCipher &other)
new QSslCiphernew(string name,
const QSsl_SslProtocol protocol)
Constructor QSslCipher::QSslCipher(const QString &name, QSsl::SslProtocol protocol)

Public methods

[const]bool!=(const QSslCipher other)Method bool QSslCipher::operator!=(const QSslCipher &other)
[const]bool==(const QSslCipher other)Method bool QSslCipher::operator==(const QSslCipher &other)
QSslCipherassign(const QSslCipher other)Method QSslCipher & QSslCipher::operator=(const QSslCipher &other)
[const]voidassign(const QSslCipher other)Assign the contents of another object to self
[const]stringauthenticationMethodMethod QString QSslCipher::authenticationMethod()
voidcreateEnsures the C++ object is created
voiddestroyExplicitly destroy the object
[const]booldestroyed?Returns a value indicating whether the object was already destroyed
[const]QSslCipherdupCreates a copy of self
[const]stringencryptionMethodMethod QString QSslCipher::encryptionMethod()
[const]boolisNullMethod bool QSslCipher::isNull()
[const]boolisNull?Method bool QSslCipher::isNull()
[const]boolis_const_object?Returns a value indicating whether the reference is a const reference
[const]stringkeyExchangeMethodMethod QString QSslCipher::keyExchangeMethod()
[const]stringnameMethod QString QSslCipher::name()
[const]QSsl_SslProtocolprotocolMethod QSsl::SslProtocol QSslCipher::protocol()
[const]stringprotocolStringMethod QString QSslCipher::protocolString()
[const]intsupportedBitsMethod int QSslCipher::supportedBits()
[const]intusedBitsMethod int QSslCipher::usedBits()

Detailed description

[const] bool !=(const QSslCipher other)

Description: Method bool QSslCipher::operator!=(const QSslCipher &other)

[const] bool ==(const QSslCipher other)

Description: Method bool QSslCipher::operator==(const QSslCipher &other)

QSslCipher assign(const QSslCipher other)

Description: Method QSslCipher & QSslCipher::operator=(const QSslCipher &other)

[const] void assign(const QSslCipher 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.

[const] string authenticationMethod

Description: Method QString QSslCipher::authenticationMethod()

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 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] QSslCipher dup

Description: Creates a copy of self

[const] string encryptionMethod

Description: Method QString QSslCipher::encryptionMethod()

[const] bool isNull

Description: Method bool QSslCipher::isNull()

[const] bool isNull?

Description: Method bool QSslCipher::isNull()

[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 keyExchangeMethod

Description: Method QString QSslCipher::keyExchangeMethod()

[const] string name

Description: Method QString QSslCipher::name()

[static] new QSslCipher new

Description: Constructor QSslCipher::QSslCipher()

This method creates an object of class QSslCipher.

[static] new QSslCipher new(const QSslCipher other)

Description: Constructor QSslCipher::QSslCipher(const QSslCipher &other)

This method creates an object of class QSslCipher.

[static] new QSslCipher new(string name,const QSsl_SslProtocol protocol)

Description: Constructor QSslCipher::QSslCipher(const QString &name, QSsl::SslProtocol protocol)

This method creates an object of class QSslCipher.

[const] QSsl_SslProtocol protocol

Description: Method QSsl::SslProtocol QSslCipher::protocol()

[const] string protocolString

Description: Method QString QSslCipher::protocolString()

[const] int supportedBits

Description: Method int QSslCipher::supportedBits()

[const] int usedBits

Description: Method int QSslCipher::usedBits()