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 --- .../pdfas/lib/impl/status/OperationStatus.html | 442 +++++++++++++++++++++ .../gv/egiz/pdfas/lib/impl/status/PDFObject.html | 350 ++++++++++++++++ .../pdfas/lib/impl/status/RequestedSignature.html | 353 ++++++++++++++++ .../lib/impl/status/class-use/OperationStatus.html | 220 ++++++++++ .../pdfas/lib/impl/status/class-use/PDFObject.html | 242 +++++++++++ .../impl/status/class-use/RequestedSignature.html | 267 +++++++++++++ .../egiz/pdfas/lib/impl/status/package-frame.html | 22 + .../pdfas/lib/impl/status/package-summary.html | 144 +++++++ .../egiz/pdfas/lib/impl/status/package-tree.html | 133 +++++++ .../gv/egiz/pdfas/lib/impl/status/package-use.html | 242 +++++++++++ 10 files changed, 2415 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/OperationStatus.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/PDFObject.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/RequestedSignature.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/class-use/OperationStatus.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/class-use/PDFObject.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/class-use/RequestedSignature.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/status/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/status') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/status/OperationStatus.html b/docs/full/at/gv/egiz/pdfas/lib/impl/status/OperationStatus.html new file mode 100644 index 00000000..405751c0 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/status/OperationStatus.html @@ -0,0 +1,442 @@ + + + + + + +OperationStatus (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.status
+

Class OperationStatus

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

      Constructor Detail

      + + + +
        +
      • +

        OperationStatus

        +
        public OperationStatus(at.gv.egiz.pdfas.common.settings.ISettings configuration,
        +               SignParameter signParameter)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        setRequestedSignature

        +
        public void setRequestedSignature(RequestedSignature requestedSignature)
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        getPdfObject

        +
        public PDFObject getPdfObject()
        +
      • +
      + + + +
        +
      • +

        setPdfObject

        +
        public void setPdfObject(PDFObject pdfObject)
        +
      • +
      + + + +
        +
      • +

        getSignParamter

        +
        public SignParameter getSignParamter()
        +
      • +
      + + + +
        +
      • +

        setSignParamter

        +
        public void setSignParamter(SignParameter signParamter)
        +
      • +
      + + + +
        +
      • +

        getTempFileHelper

        +
        public at.gv.egiz.pdfas.common.utils.TempFileHelper getTempFileHelper()
        +
      • +
      + + + +
        +
      • +

        getSettings

        +
        public at.gv.egiz.pdfas.common.settings.ISettings getSettings()
        +
      • +
      + + + +
        +
      • +

        getSigningDate

        +
        public Calendar getSigningDate()
        +
      • +
      + + + +
        +
      • +

        setSigningDate

        +
        public void setSigningDate(Calendar signingDate)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/status/PDFObject.html b/docs/full/at/gv/egiz/pdfas/lib/impl/status/PDFObject.html new file mode 100644 index 00000000..5de295b5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/status/PDFObject.html @@ -0,0 +1,350 @@ + + + + + + +PDFObject (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.status
+

Class PDFObject

+
+
+ +
+
    +
  • +
    +
    +
    public class PDFObject
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getOriginalDocument

        +
        public byte[] getOriginalDocument()
        +
      • +
      + + + +
        +
      • +

        setOriginalDocument

        +
        public void setOriginalDocument(byte[] originalDocument)
        +
      • +
      + + + +
        +
      • +

        getStampedDocument

        +
        public byte[] getStampedDocument()
        +
      • +
      + + + +
        +
      • +

        setStampedDocument

        +
        public void setStampedDocument(byte[] stampedDocument)
        +
      • +
      + + + +
        +
      • +

        getSignedDocument

        +
        public byte[] getSignedDocument()
        +
      • +
      + + + +
        +
      • +

        setSignedDocument

        +
        public void setSignedDocument(byte[] signedDocument)
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/status/RequestedSignature.html b/docs/full/at/gv/egiz/pdfas/lib/impl/status/RequestedSignature.html new file mode 100644 index 00000000..ee23911d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/status/RequestedSignature.html @@ -0,0 +1,353 @@ + + + + + + +RequestedSignature (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.status
+

Class RequestedSignature

+
+
+ +
+
    +
  • +
    +
    +
    public class RequestedSignature
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestedSignature

        +
        public RequestedSignature(OperationStatus status)
        +                   throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isVisual

        +
        public boolean isVisual()
        +
      • +
      + + + +
        +
      • +

        getTablePos

        +
        public TablePos getTablePos()
        +
      • +
      + + + +
        +
      • +

        getSignatureProfileID

        +
        public String getSignatureProfileID()
        +
      • +
      + + + +
        +
      • +

        setSignatureProfileID

        +
        public void setSignatureProfileID(String signatureProfile)
        +
      • +
      + + + +
        +
      • +

        getCertificate

        +
        public iaik.x509.X509Certificate getCertificate()
        +
      • +
      + + + +
        +
      • +

        setCertificate

        +
        public void setCertificate(iaik.x509.X509Certificate certificate)
        +
      • +
      + + + + + + + +
        +
      • +

        setSignaturePosition

        +
        public void setSignaturePosition(SignaturePosition signaturePosition)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/status/class-use/OperationStatus.html b/docs/full/at/gv/egiz/pdfas/lib/impl/status/class-use/OperationStatus.html new file mode 100644 index 00000000..fa1d5bee --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/status/class-use/OperationStatus.html @@ -0,0 +1,220 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.status.OperationStatus (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.status.OperationStatus

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

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

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

at.gv.egiz.pdfas.lib.impl.status

+
+

Classes

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

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

+Package Hierarchies: + +
+
+

Class Hierarchy

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

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