From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html | 353 -------------------------- 1 file changed, 353 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html deleted file mode 100644 index ada421f3..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - -PdfAs (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.api
-

Interface PdfAs

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    PdfAsImpl
    -
    -
    -
    -
    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
        -
      • -
      - - - -
        -
      • -

        generateVisibleSignaturePreview

        -
        Image generateVisibleSignaturePreview(SignParameter parameter,
        -                                    iaik.x509.X509Certificate cert,
        -                                    int resolution)
        -                                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Generates a Image of the visual signatur block as Preview
        -
        Parameters:
        parameter - The signing Parameter
        cert - The certificate to use to build the signature block
        resolution - the resolution in dpi (dots per inch) (default is 72)
        -
        Returns:
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3