/usr/lib/swipl/library/ext/ssl/xmlenc.pl
All Application Manual Name SummaryHelp

  • ext
    • ssl
      • ssl.pl -- Secure Socket Layer (SSL) library
      • crypto.pl -- Cryptography and authentication library
      • xmlenc.pl -- XML encryption library
        • decrypt_xml/4
        • load_certificate_from_base64_string/2
      • xmldsig.pl -- XML Digital signature
 decrypt_xml(+DOMIn, -DOMOut, :KeyCallback, +Options) is det
Arguments:
KeyCallback- may be called as follows:
  • call(KeyCallback, name, KeyName, Key)
  • call(KeyCallback, public_key, public_key(RSA), Key)
  • call(KeyCallback, certificate, Certificate, Key)