4.2 library(xmlenc): XML encryption library
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SSL Interface
XML cryptographic libraries
library(xmlenc): XML encryption library
decrypt_xml/4
load_certificate_from_base64_string/2
Availability:
:- use_module(
library(xmlenc)
).
(can be autoloaded)
[det]
load_certificate_from_base64_string
(
+String, -Certificate
)
Loads a certificate from a string, adding newlines and header where appropriate so that OpenSSL 1.0.1+ will be able to parse it