From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- .../at/gv/egiz/pdfas/lib/api/PdfAsFactory.html | 375 +++++++++++++++++++++ 1 file changed, 375 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html new file mode 100644 index 00000000..535de94a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html @@ -0,0 +1,375 @@ + + + + + + +PdfAsFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api
+

Class PdfAsFactory

+
+
+ +
+
    +
  • +
    +
    +
    public class PdfAsFactory
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsFactory

        +
        public PdfAsFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        dontConfigureLog4j

        +
        public static void dontConfigureLog4j()
        +
      • +
      + + + +
        +
      • +

        createPdfAs

        +
        public static PdfAs createPdfAs(File configuration)
        +
        Create a new instance of PDF-AS
        +
        Parameters:
        configuration - The PDF-AS configuration
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        createSignParameter

        +
        public static SignParameter createSignParameter(Configuration configuration,
        +                                DataSource dataSource)
        +
        Creates a sign parameter
        +
        Parameters:
        configuration - The configuration to be used
        dataSource - The data source to be used
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        createVerifyParameter

        +
        public static VerifyParameter createVerifyParameter(Configuration configuration,
        +                                    DataSource dataSource)
        +
        Creates a verification parameter
        +
        Parameters:
        configuration - The configuration to be used
        dataSource - The data source to be used
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        deployDefaultConfiguration

        +
        public static void deployDefaultConfiguration(File targetDirectory)
        +                                       throws Exception
        +
        Deploy default configuration to targetDirectory + + The targetDirectory will be deleted and
        +
        Parameters:
        targetDirectory -
        +
        Throws:
        +
        Exception
        +
      • +
      + + + +
        +
      • +

        getSCMRevision

        +
        public static String getSCMRevision()
        +
        Gets the PDF-AS SCM Revision
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public static String getVersion()
        +
        Gets the PDF-AS Version
        +
        Returns:
        PDF-AS Verison string
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3