From cc6febdd37186eeea33bcbce89d79f661ee0009f Mon Sep 17 00:00:00 2001 From: Konrad Lipinski Date: Tue, 11 Jun 2019 16:25:51 +0200 Subject: Import upstream commit c4d0493d545b99194eea1b2b058930d5a9bb91b1 (1.2.28) Change-Id: I10f71567cb140be223923e1cd0b5895e366ac23e --- docs/api/xmlsec-notes-include-files.html | 169 ++++++++----------------------- 1 file changed, 42 insertions(+), 127 deletions(-) (limited to 'docs/api/xmlsec-notes-include-files.html') diff --git a/docs/api/xmlsec-notes-include-files.html b/docs/api/xmlsec-notes-include-files.html index 09928b62..f04a5989 100644 --- a/docs/api/xmlsec-notes-include-files.html +++ b/docs/api/xmlsec-notes-include-files.html @@ -1,144 +1,60 @@ + - -Include files. - - - - - - - + +Include files.: XML Security Library Reference Manual + + + + + + + - - - -
-XML Security Library

- - - - - - - - - - - - - - - -
LibXML2
LibXSLT
OpenSSL
-
- - - + + + - + + -
-

Include files.

+
+

+Include files.

In order to use XML Security Library an application should include one or more of the following files:

-

-
    -
  • xmlsec/xmlsec.h - +

      +
    • xmlsec/xmlsec.h - XML Security Library initialization and shutdown functions;

    • -
    • xmlsec/xmldsig.h - +

    • xmlsec/xmldsig.h - XML Digital Signature functions;

    • -
    • xmlsec/xmlenc.h - +

    • xmlsec/xmlenc.h - XML Encryption functions;

    • -
    • xmlsec/xmltree.h - +

    • xmlsec/xmltree.h - helper functions for XML documents manipulation;

    • -
    • xmlsec/templates.h - +

    • xmlsec/templates.h - helper functions for dynamic XML Digital Signature and XML Encryption templates creation;

    • -
    • xmlsec/crypto.h - +

    • xmlsec/crypto.h - automatic XML Security Crypto Library selection.

    • -
    -

    If necessary, the application should also include LibXML, +

+

+

+

If necessary, the application should also include LibXML, LibXSLT and crypto library header files.

-

-
-

Example 1. Example includes file section.

-
#include <libxml/tree.h>
+

+

+
+

Example 1. Example includes file section.

+
+#include <libxml/tree.h>
 #include <libxml/xmlmemory.h>
 #include <libxml/parser.h>
 
@@ -152,13 +68,12 @@ table.CALSTABLE > tbody > tr:nth-child(1) > td:nth-child(1) {
 #include <xmlsec/xmlenc.h>
 #include <xmlsec/templates.h>
 #include <xmlsec/crypto.h>
-	    
+
- - - - - -
+


+

+ + + -- cgit v1.2.3