Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/TLSCertificate>
Inherits Tp::AbstractInterface.
Public Slots | |
QDBusPendingReply | Accept (int timeout=-1) |
QDBusPendingReply | Reject (const Tp::TLSCertificateRejectionList &rejections, int timeout=-1) |
Signals | |
void | Accepted () |
void | Rejected (const Tp::TLSCertificateRejectionList &rejections) |
Signals inherited from Tp::AbstractInterface | |
void | propertiesChanged (const QVariantMap &changedProperties, const QStringList &invalidatedProperties) |
Static Public Member Functions | |
static QLatin1String | staticInterfaceName () |
Protected Member Functions | |
virtual void | invalidate (Tp::DBusProxy *, const QString &, const QString &) |
Protected Member Functions inherited from Tp::AbstractInterface | |
AbstractInterface (DBusProxy *proxy, const QLatin1String &interface) | |
AbstractInterface (const QString &busName, const QString &path, const QLatin1String &interface, const QDBusConnection &connection, QObject *parent) | |
PendingVariant * | internalRequestProperty (const QString &name) const |
PendingOperation * | internalSetProperty (const QString &name, const QVariant &newValue) |
PendingVariantMap * | internalRequestAllProperties () const |
Additional Inherited Members | |
Protected Slots inherited from Tp::AbstractInterface |
Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Authentication.TLSCertificate".
Tp::Client::AuthenticationTLSCertificateInterface::AuthenticationTLSCertificateInterface | ( | const QString & | busName, |
const QString & | objectPath, | ||
QObject * | parent = 0 |
||
) |
Creates a AuthenticationTLSCertificateInterface associated with the given object on the session bus.
busName | Name of the service the object is on. |
objectPath | Path to the object on the service. |
parent | Passed to the parent class constructor. |
Tp::Client::AuthenticationTLSCertificateInterface::AuthenticationTLSCertificateInterface | ( | const QDBusConnection & | connection, |
const QString & | busName, | ||
const QString & | objectPath, | ||
QObject * | parent = 0 |
||
) |
Creates a AuthenticationTLSCertificateInterface associated with the given object on the given bus.
connection | The bus via which the object can be reached. |
busName | Name of the service the object is on. |
objectPath | Path to the object on the service. |
parent | Passed to the parent class constructor. |
Tp::Client::AuthenticationTLSCertificateInterface::AuthenticationTLSCertificateInterface | ( | Tp::DBusProxy * | proxy | ) |
Creates a AuthenticationTLSCertificateInterface associated with the same object as the given proxy.
proxy | The proxy to use. It will also be the QObject::parent() for this object. |
|
explicit |
Creates a AuthenticationTLSCertificateInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.
mainInterface | The proxy to use. |
Tp::Client::AuthenticationTLSCertificateInterface::AuthenticationTLSCertificateInterface | ( | const Tp::AbstractInterface & | mainInterface, |
QObject * | parent | ||
) |
Creates a AuthenticationTLSCertificateInterface associated with the same object as the given proxy. However, a different parent object can be specified.
mainInterface | The proxy to use. |
parent | Passed to the parent class constructor. |
|
inlinestatic |
Returns the name of the interface "org.freedesktop.Telepathy.Authentication.TLSCertificate", which this class represents.
|
inline |
Asynchronous getter for the remote object property State
of type uint
.
The current state of this certificate. State change notifications happen by means of the Accepted and Rejected signals.
|
inline |
Asynchronous getter for the remote object property Rejections
of type Tp::TLSCertificateRejectionList
.
If the State is Rejected,
an array of
If the State is not Rejected, this property is not meaningful, and SHOULD be set to an empty array.
The first rejection in the list MAY be assumed to be the most important; if the array contains more than one element, the CM MAY either use the values after the first, or ignore them.
|
inline |
Asynchronous getter for the remote object property CertificateType
of type QString
.
The type of this TLS certificate (e.g. 'x509' or 'pgp'). This property is immutable
|
inline |
Asynchronous getter for the remote object property CertificateChainData
of type Tp::ByteArrayList
.
One or more TLS certificates forming a trust chain, each encoded as
specified by
The first certificate in the chain MUST be the server certificate, followed by the issuer's certificate, followed by the issuer's issuer and so on.
|
inline |
Request all of the DBus properties on the interface.
|
inlineslot |
Begins a call to the D-Bus method Accept
on the remote object.
Accepts this certificate, i.e. marks it as verified.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
|
inlineslot |
Begins a call to the D-Bus method Reject
on the remote object.
Rejects this certificate.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
rejections |
The new value of the Rejections property. This MUST NOT be an empty array. |
timeout | The timeout in milliseconds. |
|
signal |
Represents the signal Accepted
on the remote object.
The State of this certificate has changed to Accepted.
|
signal |
Represents the signal Rejected
on the remote object.
The State of this certificate has changed to Rejected.
rejections | The new value of the Rejections property. |
|
protectedvirtual |
Reimplemented from Tp::AbstractInterface.
TelepathyQt 0.9.8 | Generated by 1.8.15 |