From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- .../egiz/pdfas/lib/impl/verify/IVerifyFilter.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/IVerifyFilter.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/verify/IVerifyFilter.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/IVerifyFilter.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/IVerifyFilter.html new file mode 100644 index 00000000..fed61ac6 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/IVerifyFilter.html @@ -0,0 +1,242 @@ + + + + + + +IVerifyFilter (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.verify
+

Interface IVerifyFilter

+
+
+
+
    +
  • +
    +
    +
    public interface IVerifyFilter
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setConfiguration

        +
        void setConfiguration(Configuration config)
        +
      • +
      + + + +
        +
      • +

        verify

        +
        List<VerifyResult> verify(byte[] contentData,
        +                        byte[] signatureContent,
        +                        Date verificationTime)
        +                          throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3