|
<?xml version="1.0" ?>
|
|
<node name="/security/pep/">
|
|
<interface name="security.pep">
|
|
<method name="decryptMessage">
|
|
<arg direction="out" name="status" type="v">
|
|
<annotation name="org.freedesktop.DBus.Object" value="pEpDBusStatus" />
|
|
</arg>
|
|
<arg direction="out" name="dst" type="v">
|
|
<annotation name="org.freedesktop.DBus.Object" value="pEpDBusMessage" />
|
|
</arg>
|
|
<arg direction="in" name="src" type="v">
|
|
<annotation name="org.freedesktop.DBus.Object" value="pEpDBusMessage" />
|
|
</arg>
|
|
<arg direction="in" name="keylist" type="v">
|
|
<annotation name="org.freedesktop.DBus.Object" value="pEpDBusStringList" />
|
|
</arg>
|
|
<arg direction="in" name="rating" type="v">
|
|
<annotation name="org.freedesktop.DBus.Object" value="pEpDBusRating" />
|
|
</arg>
|
|
<arg direction="in" name="flags" type="v">
|
|
<annotation name="org.freedesktop.DBus.Object" value="pEpDBusEncryptionFlags" />
|
|
</arg>
|
|
</method>
|
|
</interface>
|
|
</node>
|