From 3d5e654440a5e9ec34b1fa8aca27c24aec8ed8f9 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:17:06 +0100 Subject: Remove html documentation --- docs/at/gv/egiz/pdfas/lib/api/PdfAs.html | 324 ------------------------------- 1 file changed, 324 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/PdfAs.html (limited to 'docs/at/gv/egiz/pdfas/lib/api/PdfAs.html') diff --git a/docs/at/gv/egiz/pdfas/lib/api/PdfAs.html b/docs/at/gv/egiz/pdfas/lib/api/PdfAs.html deleted file mode 100644 index 9f89f8f3..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/PdfAs.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - -PdfAs (PDF-AS 4.0.0-SNAPSHOT Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - -
-
at.gv.egiz.pdfas.lib.api
-

Interface PdfAs

-
-
-
-
    -
  • -
    -
    -
    public interface PdfAs
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        sign

        -
        SignResult sign(SignParameter parameter)
        -                throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Signs a PDF document using PDF-AS.
        -
        Parameters:
        parameter -
        -
        Returns:
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        verify

        -
        List<VerifyResult> verify(VerifyParameter parameter)
        -                          throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Verifies a document with (potentially multiple) PDF-AS signatures.
        -
        Parameters:
        parameter - The verification parameter
        -
        Returns:
        A list of verification Results
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        getConfiguration

        -
        Configuration getConfiguration()
        -
        Gets a copy of the PDF-AS configuration, to allow the application to - override configuration parameters at runtime.
        -
        Returns:
        A private copy of the pdf as configuration
        -
      • -
      - - - -
        -
      • -

        startSign

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

        process

        -
        StatusRequest process(StatusRequest statusRequest)
        -                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Continues an ongoing signature process
        -
        Parameters:
        statusRequest - The current status
        -
        Returns:
        A status request
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        finishSign

        -
        SignResult finishSign(StatusRequest statusRequest)
        -                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Finishes a signature process
        -
        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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - - -- cgit v1.2.3