From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../sig_interface/PDFASSignatureInterface.html | 25 +-- .../sig_interface/SignatureDataExtractor.html | 65 +++--- .../sig_interface/SignatureDataInjector.html | 39 ++-- .../class-use/PDFASSignatureInterface.html | 223 --------------------- .../class-use/SignatureDataExtractor.html | 158 --------------- .../class-use/SignatureDataInjector.html | 118 ----------- .../impl/signing/sig_interface/package-frame.html | 7 +- .../signing/sig_interface/package-summary.html | 13 +- .../impl/signing/sig_interface/package-tree.html | 15 +- .../impl/signing/sig_interface/package-use.html | 192 ------------------ 10 files changed, 69 insertions(+), 786 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/class-use/PDFASSignatureInterface.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/class-use/SignatureDataExtractor.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/class-use/SignatureDataInjector.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/PDFASSignatureInterface.html b/docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/PDFASSignatureInterface.html index 2f8208b8..1fbe1978 100644 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/PDFASSignatureInterface.html +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/signing/sig_interface/PDFASSignatureInterface.html @@ -2,16 +2,15 @@ - - -PDFASSignatureInterface (PDF-AS 4.0.0-SNAPSHOT Library) - + +PDFASSignatureInterface + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -268,7 +265,7 @@ implements
  • pdfSubFilter

    -
    protected String pdfSubFilter
    +
    protected java.lang.String pdfSubFilter
  • @@ -277,7 +274,7 @@ implements
  • pdfFilter

    -
    protected String pdfFilter
    +
    protected java.lang.String pdfFilter
  • @@ -304,7 +301,7 @@ implements
  • date

    -
    protected Calendar date
    +
    protected java.util.Calendar date
  • @@ -322,9 +319,9 @@ implements

    SignatureDataExtractor

    public SignatureDataExtractor(iaik.x509.X509Certificate certificate,
    -                      String filter,
    -                      String subfilter,
    -                      Calendar date)
    + java.lang.String filter, + java.lang.String subfilter, + java.util.Calendar date) @@ -350,7 +347,7 @@ implements
  • getPDFSubFilter

    -
    public String getPDFSubFilter()
    +
    public java.lang.String getPDFSubFilter()
    Specified by:
    getPDFSubFilter in interface PDFASSignatureInterface
    @@ -363,7 +360,7 @@ implements
  • getPDFFilter

    -
    public String getPDFFilter()
    +
    public java.lang.String getPDFFilter()
    Specified by:
    getPDFFilter in interface PDFASSignatureInterface
    @@ -385,15 +382,15 @@ implements
  • sign

    -
    public byte[] sign(InputStream content)
    +
    public byte[] sign(java.io.InputStream content)
                 throws org.apache.pdfbox.exceptions.SignatureException,
    -                   IOException
    + java.io.IOException
    Specified by:
    sign in interface org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureInterface
    Throws:
    org.apache.pdfbox.exceptions.SignatureException
    -
    IOException
    +
    java.io.IOException
  • @@ -424,7 +421,7 @@ implements
  • getSigningDate

    -
    public Calendar getSigningDate()
    +
    public java.util.Calendar getSigningDate()
    Specified by:
    getSigningDate in interface PDFASSignatureInterface
    @@ -448,13 +445,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
  • @@ -296,13 +293,11 @@ extends Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]