You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
395 B
13 lines
395 B
<?xml version="1.0" ?>
|
|
<node>
|
|
<interface name="security.pep">
|
|
<method name="decrypt_message">
|
|
<arg direction="out" name="status" type="i" />
|
|
<arg direction="out" name="dst" type="s" />
|
|
<arg direction="in" name="src" type="s" />
|
|
<arg direction="out" name="keylist" type="as" />
|
|
<arg direction="out" name="flags" type="i"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|