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 --- .../at/gv/egiz/pdfas/lib/impl/SignResultImpl.html | 412 +++++++++++++++++++++ 1 file changed, 412 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/SignResultImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/SignResultImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/SignResultImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/SignResultImpl.html new file mode 100644 index 00000000..a132fc9a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/SignResultImpl.html @@ -0,0 +1,412 @@ + + + + + + +SignResultImpl (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
+

Class SignResultImpl

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

      Constructor Detail

      + + + +
        +
      • +

        SignResultImpl

        +
        public SignResultImpl(DataSink dataSink)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getOutputDocument

        +
        public DataSink getOutputDocument()
        +
        Description copied from interface: SignResult
        +
        Returns the filled output data sink.
        +
        +
        Specified by:
        +
        getOutputDocument in interface SignResult
        +
        Returns:
        Returns the filled output data sink.
        +
      • +
      + + + +
        +
      • +

        getSignerCertificate

        +
        public X509Certificate getSignerCertificate()
        +
        Description copied from interface: SignResult
        +
        Returns the certificate of the signer.
        +
        +
        Specified by:
        +
        getSignerCertificate in interface SignResult
        +
        Returns:
        Returns the certificate of the signer.
        +
      • +
      + + + +
        +
      • +

        getSignaturePosition

        +
        public SignaturePosition getSignaturePosition()
        +
        Description copied from interface: SignResult
        +
        Returns the position where the signature is finally placed. + +

        + This information can be useful for post-processing the document. +

        + +

        + Consult the PDF-AS documentation section Commandline for further + information about positioning. +

        +
        +
        Specified by:
        +
        getSignaturePosition in interface SignResult
        +
        Returns:
        Returns the position where the signature is finally placed. May + return null if no position information is available.
        +
      • +
      + + + +
        +
      • +

        setSignerCertificate

        +
        public void setSignerCertificate(X509Certificate certificate)
        +
      • +
      + + + +
        +
      • +

        setSignaturePosition

        +
        public void setSignaturePosition(SignaturePosition position)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3