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 --- docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html | 417 +++++++++++++++++++++ 1 file changed, 417 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html new file mode 100644 index 00000000..3b9da532 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html @@ -0,0 +1,417 @@ + + + + + + +PdfAsImpl (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl
+

Class PdfAsImpl

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsImpl

        +
        public PdfAsImpl(File cfgFile)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        sign

        +
        public SignResult sign(SignParameter parameter)
        +                throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Description copied from interface: PdfAs
        +
        Signs a PDF document using PDF-AS.
        +
        +
        Specified by:
        +
        sign in interface PdfAs
        +
        Returns:
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + +
        +
      • +

        verify

        +
        public List<VerifyResult> verify(VerifyParameter parameter)
        +                          throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Description copied from interface: PdfAs
        +
        Verifies a document with (potentially multiple) PDF-AS signatures.
        +
        +
        Specified by:
        +
        verify in interface PdfAs
        +
        Parameters:
        parameter - The verification parameter
        +
        Returns:
        A list of verification Results
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public Configuration getConfiguration()
        +
        Description copied from interface: PdfAs
        +
        Gets a copy of the PDF-AS configuration, to allow the application to + override configuration parameters at runtime.
        +
        +
        Specified by:
        +
        getConfiguration in interface PdfAs
        +
        Returns:
        A private copy of the pdf as configuration
        +
      • +
      + + + +
        +
      • +

        startSign

        +
        public StatusRequest startSign(SignParameter parameter)
        +                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Description copied from interface: PdfAs
        +
        Starts a signature process + + After the process has to be startet the status request has to be services by the user application
        +
        +
        Specified by:
        +
        startSign in interface PdfAs
        +
        Parameters:
        parameter - The sign parameter
        +
        Returns:
        A status request
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + +
        +
      • +

        process

        +
        public StatusRequest process(StatusRequest statusRequest)
        +                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Description copied from interface: PdfAs
        +
        Continues an ongoing signature process
        +
        +
        Specified by:
        +
        process in interface PdfAs
        +
        Parameters:
        statusRequest - The current status
        +
        Returns:
        A status request
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + +
        +
      • +

        finishSign

        +
        public SignResult finishSign(StatusRequest statusRequest)
        +                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Description copied from interface: PdfAs
        +
        Finishes a signature process
        +
        +
        Specified by:
        +
        finishSign in interface PdfAs
        +
        Parameters:
        statusRequest - The current status
        +
        Returns:
        A signature result
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3