Browse Source

Wrap encrypt_message_and_add_priv_key

JNI-76
Hussein Kasem 7 years ago
parent
commit
fe2e7b1504
  1. 8
      src/pEp.yml2

8
src/pEp.yml2

@ -160,6 +160,14 @@ namespace pEp {
Cconst PEP_encrypt_flags flags "0"
);
method encrypt_message_and_add_priv_key(
in message src,
creates message dst,
in string fpr,
Cconst PEP_enc_format encformat "PEP_enc_PEP",
Cconst PEP_encrypt_flags flags "0"
);
method encrypt_message_for_self(
in identity target,
in message src,

Loading…
Cancel
Save