From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html | 49 ++++++++++------------ 1 file changed, 22 insertions(+), 27 deletions(-) (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 index 3b9da532..6fe1a017 100644 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/PdfAsImpl.html @@ -2,16 +2,15 @@ - - -PdfAsImpl (PDF-AS 4.0.0-SNAPSHOT Library) - + +PdfAsImpl + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -222,7 +219,7 @@ implements
  • PdfAsImpl

    -
    public PdfAsImpl(File cfgFile)
    +
    public PdfAsImpl(java.io.File cfgFile)
  • @@ -240,7 +237,7 @@ implements

    sign

    public SignResult sign(SignParameter parameter)
    -                throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws PdfAsException
    Description copied from interface: PdfAs
    Signs a PDF document using PDF-AS.
    @@ -248,7 +245,7 @@ implements sign in interface PdfAs
    Returns:
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -257,8 +254,8 @@ implements
  • verify

    -
    public List<VerifyResult> verify(VerifyParameter parameter)
    -                          throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    public java.util.List<VerifyResult> verify(VerifyParameter parameter)
    +                                    throws PdfAsException
    Description copied from interface: PdfAs
    Verifies a document with (potentially multiple) PDF-AS signatures.
    @@ -267,7 +264,7 @@ implements Parameters:
    parameter - The verification parameter
    Returns:
    A list of verification Results
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
  • @@ -293,7 +290,7 @@ implements

    startSign

    public StatusRequest startSign(SignParameter parameter)
    -                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws PdfAsException
    Description copied from interface: PdfAs
    Starts a signature process @@ -304,7 +301,7 @@ implements Parameters:
    parameter - The sign parameter
    Returns:
    A status request
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -314,7 +311,7 @@ implements

    process

    public StatusRequest process(StatusRequest statusRequest)
    -                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws PdfAsException
    Description copied from interface: PdfAs
    Continues an ongoing signature process
    @@ -323,7 +320,7 @@ implements Parameters:
    statusRequest - The current status
    Returns:
    A status request
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -333,7 +330,7 @@ implements

    finishSign

    public SignResult finishSign(StatusRequest statusRequest)
    -                      throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws PdfAsException
    Description copied from interface: PdfAs
    Finishes a signature process
    @@ -342,7 +339,7 @@ implements Parameters:
    statusRequest - The current status
    Returns:
    A signature result
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -362,13 +359,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]