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.
33 lines
1.3 KiB
33 lines
1.3 KiB
<?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>
|
|
<method name="decrypt_and_verify">
|
|
<arg direction="out" name="status" type="i" />
|
|
<arg direction="in" name="ctext" type="s" />
|
|
<arg direction="in" name="csize" type="i" />
|
|
<arg direction="in" name="dsigtext" type="s" />
|
|
<arg direction="in" name="dsize" type="i" />
|
|
<arg direction="out" name="ptext" type="s" />
|
|
<arg direction="out" name="psize" type="i" />
|
|
<arg direction="out" name="keylist" type="as" />
|
|
<arg direction="out" name="filename" type="s" />
|
|
</method>
|
|
<method name="encrypt_message">
|
|
<arg direction="out" name="status" type="i" />
|
|
<arg direction="in" name="src" type="s" />
|
|
<arg direction="in" name="extra" type="as" />
|
|
<arg direction="out" name="dst" type="s" />
|
|
<arg direction="out" name="enc_format" type="i" />
|
|
<arg direction="out" name="flags" type="i"/>
|
|
</method>
|
|
|
|
</interface>
|
|
</node>
|