
xmlenc.pl -- XML encryption libraryThis library is a partial implementation of the XML encryption standard. It implements the decryption part, which is needed by SAML clients.
decrypt_xml(+DOMIn, -DOMOut, :KeyCallback, +Options) is det
load_certificate_from_base64_string(+String, -Certificate) is det