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/api/verify/SignatureCheck.html | 237 ++++++++++++++ .../egiz/pdfas/lib/api/verify/VerifyParameter.html | 288 +++++++++++++++++ .../gv/egiz/pdfas/lib/api/verify/VerifyResult.html | 339 +++++++++++++++++++++ .../lib/api/verify/class-use/SignatureCheck.html | 236 ++++++++++++++ .../lib/api/verify/class-use/VerifyParameter.html | 211 +++++++++++++ .../lib/api/verify/class-use/VerifyResult.html | 219 +++++++++++++ .../egiz/pdfas/lib/api/verify/package-frame.html | 22 ++ .../egiz/pdfas/lib/api/verify/package-summary.html | 144 +++++++++ .../gv/egiz/pdfas/lib/api/verify/package-tree.html | 133 ++++++++ .../gv/egiz/pdfas/lib/api/verify/package-use.html | 217 +++++++++++++ 10 files changed, 2046 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/verify') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html new file mode 100644 index 00000000..99c8625a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html @@ -0,0 +1,237 @@ + + + + + + +SignatureCheck (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api.verify
+

Interface SignatureCheck

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SignatureCheckImpl
    +
    +
    +
    +
    public interface SignatureCheck
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetCode() +
      Returns the response code of the check.
      +
      StringgetMessage() +
      Returns the textual response message of the check (corresponding to the + code).
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCode

        +
        int getCode()
        +
        Returns the response code of the check.
        +
        Returns:
        Returns the response code of the check.
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        String getMessage()
        +
        Returns the textual response message of the check (corresponding to the + code).
        +
        Returns:
        Returns the textual response message of the check (corresponding + to the code).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html new file mode 100644 index 00000000..e0b240ba --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html @@ -0,0 +1,288 @@ + + + + + + +VerifyParameter (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api.verify
+

Interface VerifyParameter

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getWhichSignature

        +
        int getWhichSignature()
        +
        Gets which signature should be verified + + This is a 0 based index of the signatures
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setWhichSignature

        +
        void setWhichSignature(int which)
        +
        Sets which signature should be verified + + This is a 0 based index of the signatures
        +
        Parameters:
        which - The index
        +
      • +
      + + + +
        +
      • +

        getVerificationTime

        +
        Date getVerificationTime()
        +
        Gets the verification time
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setVerificationTime

        +
        void setVerificationTime(Date verificationTime)
        +
        Sets the verification time.
        +
        Parameters:
        verificationTime -
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html new file mode 100644 index 00000000..d9021860 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html @@ -0,0 +1,339 @@ + + + + + + +VerifyResult (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api.verify
+

Interface VerifyResult

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    VerifyResultImpl
    +
    +
    +
    +
    public interface VerifyResult
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isVerificationDone

        +
        boolean isVerificationDone()
        +
        Returns if the verification was possible or could not even be startet. + see getVerificationException() for details.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getVerificationException

        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException getVerificationException()
        +
        Returns a verification exception if any. Shows that the verification + could not be started. See isVerificationDone().
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getCertificateCheck

        +
        SignatureCheck getCertificateCheck()
        +
        Returns the result of the certificate check.
        +
        Returns:
        Returns the result of the certificate check.
        +
      • +
      + + + +
        +
      • +

        getValueCheckCode

        +
        SignatureCheck getValueCheckCode()
        +
        Returns the result of the value (and hash) check.
        +
        Returns:
        Returns the result of the value (and hash) check.
        +
      • +
      + + + +
        +
      • +

        getManifestCheckCode

        +
        SignatureCheck getManifestCheckCode()
        +
        Returns the result of the manifest check.
        +
        Returns:
        Returns the result of the manifest check.
        +
      • +
      + + + +
        +
      • +

        isQualifiedCertificate

        +
        boolean isQualifiedCertificate()
        +
        Returns true, if the signer's certificate is a qualified certificate.
        +
        Returns:
        Returns true, if the signer's certificate is a qualified + certificate.
        +
      • +
      + + + +
        +
      • +

        getSignerCertificate

        +
        iaik.x509.X509Certificate getSignerCertificate()
        +
        Gets the signer certificate
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSignatureData

        +
        byte[] getSignatureData()
        +
        Gets the signed data for the signature
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html new file mode 100644 index 00000000..bda4436e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html @@ -0,0 +1,236 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.api.verify.SignatureCheck (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Interface
at.gv.egiz.pdfas.lib.api.verify.SignatureCheck

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html new file mode 100644 index 00000000..e23a2809 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html @@ -0,0 +1,211 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.api.verify.VerifyParameter (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Interface
at.gv.egiz.pdfas.lib.api.verify.VerifyParameter

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html new file mode 100644 index 00000000..79b5464e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html @@ -0,0 +1,219 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.api.verify.VerifyResult (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Interface
at.gv.egiz.pdfas.lib.api.verify.VerifyResult

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-frame.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-frame.html new file mode 100644 index 00000000..15053afc --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +at.gv.egiz.pdfas.lib.api.verify (PDF-AS 4.0.0-SNAPSHOT Library) + + + + +

at.gv.egiz.pdfas.lib.api.verify

+
+

Interfaces

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-summary.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-summary.html new file mode 100644 index 00000000..3ad58937 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-summary.html @@ -0,0 +1,144 @@ + + + + + + +at.gv.egiz.pdfas.lib.api.verify (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Package at.gv.egiz.pdfas.lib.api.verify

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-tree.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-tree.html new file mode 100644 index 00000000..ce96ec62 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +at.gv.egiz.pdfas.lib.api.verify Class Hierarchy (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.lib.api.verify

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-use.html b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-use.html new file mode 100644 index 00000000..17fec08d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/verify/package-use.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Package at.gv.egiz.pdfas.lib.api.verify (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Package
at.gv.egiz.pdfas.lib.api.verify

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3