You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.5 KiB
XML

<?xml version="1.0" ?>
<node name="/security/pep/">
<interface name="security.pep">
<method name="encrypt_message">
<!--<PEP_STATUS, In_Pep_Session, InOut<message*>, In<stringlist_t*>, Out<message*>, In<PEP_enc_format>, In<PEP_encrypt_flags_t>>-->
</method>
<method name="cache_encrypt_message">
<!--<PEP_STATUS, In_Pep_Session, InOut<message*>, In<stringlist_t*>, Out<message*>, In<PEP_enc_format>, In<PEP_encrypt_flags_t>>-->
</method>
<method name="encrypt_message_and_add_priv_key">
<!--<PEP_STATUS, In_Pep_Session, In<message*>, Out<message*>, In<c_string>, In<PEP_enc_format>, In<PEP_encrypt_flags_t>>-->
</method>
<method name="encrypt_message_for_self">
<!--<PEP_STATUS, In_Pep_Session, In<pEp_identity*>, In<message*>, In<stringlist_t*>, Out<message*>, In<PEP_enc_format>, In<PEP_encrypt_flags_t>>-->
</method>
<method name="cache_encrypt_message_for_self">
<!--<PEP_STATUS, In_Pep_Session, In<pEp_identity*>, In<message*>, In<stringlist_t*>, Out<message*>, In<PEP_enc_format>, In<PEP_encrypt_flags_t>>-->
</method>
<method name="decrypt_message">
<!--<PEP_STATUS, In_Pep_Session, InOut<message*>, Out<message*>, InOutP<stringlist_t*>, Out<PEP_rating>, InOutP<PEP_decrypt_flags_t>>-->
</method>
<method name="cache_decrypt_message">
<!--<PEP_STATUS, In_Pep_Session, InOut<message*>, Out<message*>, InOutP<stringlist_t*>, Out<PEP_rating>, InOutP<PEP_decrypt_flags_t>>-->
</method>
<method name="get_key_rating_for_user">
<!--<PEP_STATUS, In_Pep_Session, In<c_string>, In<c_string>, Out<PEP_rating>>-->
</method>
</interface>
</node>