From 87c9269152f8c631123525b796cf07dc0cca7398 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 09:20:54 +0100 Subject: Documentation + Documentation building --- .../egiz/pdfas/lib/api/verify/SignatureCheck.html | 233 ++++++++++++++ .../egiz/pdfas/lib/api/verify/VerifyParameter.html | 284 +++++++++++++++++ .../gv/egiz/pdfas/lib/api/verify/VerifyResult.html | 335 +++++++++++++++++++++ .../lib/api/verify/class-use/SignatureCheck.html | 172 +++++++++++ .../lib/api/verify/class-use/VerifyParameter.html | 176 +++++++++++ .../lib/api/verify/class-use/VerifyResult.html | 160 ++++++++++ .../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 | 173 +++++++++++ 10 files changed, 1832 insertions(+) create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-frame.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-summary.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-tree.html create mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-use.html (limited to 'docs/at/gv/egiz/pdfas/lib/api/verify') diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html b/docs/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html new file mode 100644 index 00000000..a0e60000 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html @@ -0,0 +1,233 @@ + + + + + + +SignatureCheck (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api.verify
+

Interface SignatureCheck

+
+
+
+
    +
  • +
    +
    +
    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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html b/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html new file mode 100644 index 00000000..729b7483 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html @@ -0,0 +1,284 @@ + + + + + + +VerifyParameter (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + +
+
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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html b/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html new file mode 100644 index 00000000..01c46810 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html @@ -0,0 +1,335 @@ + + + + + + +VerifyResult (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api.verify
+

Interface VerifyResult

+
+
+
+
    +
  • +
    +
    +
    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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html b/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html new file mode 100644 index 00000000..e88be0a4 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html @@ -0,0 +1,172 @@ + + + + + + +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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + +
+

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

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html b/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html new file mode 100644 index 00000000..4ca64ebc --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html @@ -0,0 +1,176 @@ + + + + + + +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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + +
+

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

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html b/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html new file mode 100644 index 00000000..514d1741 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html @@ -0,0 +1,160 @@ + + + + + + +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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + +
+

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

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/package-frame.html b/docs/at/gv/egiz/pdfas/lib/api/verify/package-frame.html new file mode 100644 index 00000000..1f6b60d4 --- /dev/null +++ b/docs/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/at/gv/egiz/pdfas/lib/api/verify/package-summary.html b/docs/at/gv/egiz/pdfas/lib/api/verify/package-summary.html new file mode 100644 index 00000000..5ad7ff6c --- /dev/null +++ b/docs/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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + +
+

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

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/package-tree.html b/docs/at/gv/egiz/pdfas/lib/api/verify/package-tree.html new file mode 100644 index 00000000..7717e55e --- /dev/null +++ b/docs/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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + +
+

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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + diff --git a/docs/at/gv/egiz/pdfas/lib/api/verify/package-use.html b/docs/at/gv/egiz/pdfas/lib/api/verify/package-use.html new file mode 100644 index 00000000..8d89c148 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/verify/package-use.html @@ -0,0 +1,173 @@ + + + + + + +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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + +
+

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

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + -- cgit v1.2.3