From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- .../gv/egiz/pdfas/lib/api/verify/VerifyResult.html | 339 --------------------- 1 file changed, 339 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html') 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 deleted file mode 100644 index e5716f70..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -VerifyResult (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
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-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3