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/impl/PdfAsImpl.html | 446 --------------------- 1 file changed, 446 deletions(-) delete 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 deleted file mode 100644 index 257ad649..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - -PdfAsImpl (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
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
        -
      • -
      - - - -
        -
      • -

        generateVisibleSignaturePreview

        -
        public Image generateVisibleSignaturePreview(SignParameter parameter,
        -                                    iaik.x509.X509Certificate cert,
        -                                    int resolution)
        -                                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Description copied from interface: PdfAs
        -
        Generates a Image of the visual signatur block as Preview
        -
        -
        Specified by:
        -
        generateVisibleSignaturePreview in interface PdfAs
        -
        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