From 3d5e654440a5e9ec34b1fa8aca27c24aec8ed8f9 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:17:06 +0100 Subject: Remove html documentation --- .../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 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-frame.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-summary.html delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/verify/package-tree.html delete 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 deleted file mode 100644 index a0e60000..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 729b7483..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 01c46810..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -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 deleted file mode 100644 index e88be0a4..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/SignatureCheck.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 4ca64ebc..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyParameter.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 514d1741..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/class-use/VerifyResult.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 1f6b60d4..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 5ad7ff6c..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 7717e55e..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/package-tree.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - -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 deleted file mode 100644 index 8d89c148..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/verify/package-use.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -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