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 --- .../gv/egiz/pdfas/lib/impl/verify/FilterEntry.html | 300 ++++++++++++ .../egiz/pdfas/lib/impl/verify/IVerifyFilter.html | 242 ++++++++++ .../pdfas/lib/impl/verify/SignatureCheckImpl.html | 298 ++++++++++++ .../pdfas/lib/impl/verify/VerifierDispatcher.html | 324 +++++++++++++ .../pdfas/lib/impl/verify/VerifyResultImpl.html | 526 +++++++++++++++++++++ .../lib/impl/verify/class-use/FilterEntry.html | 158 +++++++ .../lib/impl/verify/class-use/IVerifyFilter.html | 172 +++++++ .../impl/verify/class-use/SignatureCheckImpl.html | 118 +++++ .../impl/verify/class-use/VerifierDispatcher.html | 118 +++++ .../impl/verify/class-use/VerifyResultImpl.html | 118 +++++ .../egiz/pdfas/lib/impl/verify/package-frame.html | 27 ++ .../pdfas/lib/impl/verify/package-summary.html | 163 +++++++ .../egiz/pdfas/lib/impl/verify/package-tree.html | 138 ++++++ .../gv/egiz/pdfas/lib/impl/verify/package-use.html | 154 ++++++ 14 files changed, 2856 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/FilterEntry.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/IVerifyFilter.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/SignatureCheckImpl.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifyResultImpl.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/FilterEntry.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/IVerifyFilter.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/SignatureCheckImpl.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifierDispatcher.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifyResultImpl.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/verify') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/FilterEntry.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/FilterEntry.html new file mode 100644 index 00000000..4eefe779 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/FilterEntry.html @@ -0,0 +1,300 @@ + + + + + + +FilterEntry (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
+

Class FilterEntry

+
+
+ +
+
    +
  • +
    +
    +
    public class FilterEntry
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FilterEntry

        +
        public FilterEntry(org.apache.pdfbox.cos.COSName filter,
        +           org.apache.pdfbox.cos.COSName subfilter)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getFilter

        +
        public org.apache.pdfbox.cos.COSName getFilter()
        +
      • +
      + + + +
        +
      • +

        setFilter

        +
        public void setFilter(org.apache.pdfbox.cos.COSName filter)
        +
      • +
      + + + +
        +
      • +

        getSubFilter

        +
        public org.apache.pdfbox.cos.COSName getSubFilter()
        +
      • +
      + + + +
        +
      • +

        setSubFilter

        +
        public void setSubFilter(org.apache.pdfbox.cos.COSName subFilter)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + 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]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/SignatureCheckImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/SignatureCheckImpl.html new file mode 100644 index 00000000..3e1d50f6 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/SignatureCheckImpl.html @@ -0,0 +1,298 @@ + + + + + + +SignatureCheckImpl (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
+

Class SignatureCheckImpl

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

      Constructor Detail

      + + + +
        +
      • +

        SignatureCheckImpl

        +
        public SignatureCheckImpl(int code,
        +                  String message)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCode

        +
        public int getCode()
        +
        Description copied from interface: SignatureCheck
        +
        Returns the response code of the check.
        +
        +
        Specified by:
        +
        getCode in interface SignatureCheck
        +
        Returns:
        Returns the response code of the check.
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        public String getMessage()
        +
        Description copied from interface: SignatureCheck
        +
        Returns the textual response message of the check (corresponding to the + code).
        +
        +
        Specified by:
        +
        getMessage in interface SignatureCheck
        +
        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/impl/verify/VerifierDispatcher.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html new file mode 100644 index 00000000..ebbda4f0 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html @@ -0,0 +1,324 @@ + + + + + + +VerifierDispatcher (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
+

Class VerifierDispatcher

+
+
+ +
+
    +
  • +
    +
    +
    public class VerifierDispatcher
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifyResultImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifyResultImpl.html new file mode 100644 index 00000000..7442580e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/VerifyResultImpl.html @@ -0,0 +1,526 @@ + + + + + + +VerifyResultImpl (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
+

Class VerifyResultImpl

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

      Constructor Detail

      + + + +
        +
      • +

        VerifyResultImpl

        +
        public VerifyResultImpl()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setVerificationDone

        +
        public void setVerificationDone(boolean value)
        +
      • +
      + + + + + + + +
        +
      • +

        setVerificationException

        +
        public void setVerificationException(at.gv.egiz.pdfas.common.exceptions.PdfAsException e)
        +
      • +
      + + + +
        +
      • +

        getCertificateCheck

        +
        public SignatureCheck getCertificateCheck()
        +
        Description copied from interface: VerifyResult
        +
        Returns the result of the certificate check.
        +
        +
        Specified by:
        +
        getCertificateCheck in interface VerifyResult
        +
        Returns:
        Returns the result of the certificate check.
        +
      • +
      + + + +
        +
      • +

        setCertificateCheck

        +
        public void setCertificateCheck(SignatureCheck certificateCheck)
        +
      • +
      + + + +
        +
      • +

        getValueCheckCode

        +
        public SignatureCheck getValueCheckCode()
        +
        Description copied from interface: VerifyResult
        +
        Returns the result of the value (and hash) check.
        +
        +
        Specified by:
        +
        getValueCheckCode in interface VerifyResult
        +
        Returns:
        Returns the result of the value (and hash) check.
        +
      • +
      + + + +
        +
      • +

        setValueCheckCode

        +
        public void setValueCheckCode(SignatureCheck valueCheck)
        +
      • +
      + + + + + + + +
        +
      • +

        setManifestCheckCode

        +
        public void setManifestCheckCode(SignatureCheck manifestCheck)
        +
      • +
      + + + +
        +
      • +

        isQualifiedCertificate

        +
        public boolean isQualifiedCertificate()
        +
        Description copied from interface: VerifyResult
        +
        Returns true, if the signer's certificate is a qualified certificate.
        +
        +
        Specified by:
        +
        isQualifiedCertificate in interface VerifyResult
        +
        Returns:
        Returns true, if the signer's certificate is a qualified + certificate.
        +
      • +
      + + + +
        +
      • +

        setQualifiedCertificate

        +
        public void setQualifiedCertificate(boolean value)
        +
      • +
      + + + +
        +
      • +

        getSignerCertificate

        +
        public iaik.x509.X509Certificate getSignerCertificate()
        +
        Description copied from interface: VerifyResult
        +
        Gets the signer certificate
        +
        +
        Specified by:
        +
        getSignerCertificate in interface VerifyResult
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setSignerCertificate

        +
        public void setSignerCertificate(iaik.x509.X509Certificate signerCertificate)
        +
      • +
      + + + +
        +
      • +

        setSignatureData

        +
        public void setSignatureData(byte[] signaturData)
        +
      • +
      + + + +
        +
      • +

        getSignatureData

        +
        public byte[] getSignatureData()
        +
        Description copied from interface: VerifyResult
        +
        Gets the signed data for the signature
        +
        +
        Specified by:
        +
        getSignatureData in interface VerifyResult
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/FilterEntry.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/FilterEntry.html new file mode 100644 index 00000000..3b7073fc --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/FilterEntry.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.verify.FilterEntry (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.verify.FilterEntry

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/IVerifyFilter.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/IVerifyFilter.html new file mode 100644 index 00000000..f5b68d2d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/IVerifyFilter.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.impl.verify.IVerifyFilter (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.impl.verify.IVerifyFilter

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

Uses of Class
at.gv.egiz.pdfas.lib.impl.verify.SignatureCheckImpl

+
+
No usage of at.gv.egiz.pdfas.lib.impl.verify.SignatureCheckImpl
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifierDispatcher.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifierDispatcher.html new file mode 100644 index 00000000..245c516e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifierDispatcher.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.verify.VerifierDispatcher (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.verify.VerifierDispatcher

+
+
No usage of at.gv.egiz.pdfas.lib.impl.verify.VerifierDispatcher
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifyResultImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifyResultImpl.html new file mode 100644 index 00000000..6fefdccc --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/class-use/VerifyResultImpl.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.verify.VerifyResultImpl (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.verify.VerifyResultImpl

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

at.gv.egiz.pdfas.lib.impl.verify

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-summary.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-summary.html new file mode 100644 index 00000000..825a7adc --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-summary.html @@ -0,0 +1,163 @@ + + + + + + +at.gv.egiz.pdfas.lib.impl.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.impl.verify

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-tree.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-tree.html new file mode 100644 index 00000000..27fa7695 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-tree.html @@ -0,0 +1,138 @@ + + + + + + +at.gv.egiz.pdfas.lib.impl.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.impl.verify

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-use.html b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-use.html new file mode 100644 index 00000000..b601e7e1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/verify/package-use.html @@ -0,0 +1,154 @@ + + + + + + +Uses of Package at.gv.egiz.pdfas.lib.impl.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.impl.verify

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