From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/gv/egiz/pdfas/wrapper/SignResultImpl.html | 366 +++++++++++++++++++++ 1 file changed, 366 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/wrapper/SignResultImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/wrapper/SignResultImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/wrapper/SignResultImpl.html b/docs/full/at/gv/egiz/pdfas/wrapper/SignResultImpl.html new file mode 100644 index 00000000..4263c21d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/wrapper/SignResultImpl.html @@ -0,0 +1,366 @@ + + + + + +SignResultImpl + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.wrapper
+

Class SignResultImpl

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SignResult
    +
    +
    +
    +
    public class SignResultImpl
    +extends java.lang.Object
    +implements SignResult
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.util.ListgetNonTextualObjects() +
      Returns a list<NonTextObjectInfo of non textual objects in the pdf document.
      +
      DataSinkgetOutputDocument() +
      Returns the filled output data sink.
      +
      SignaturePositiongetSignaturePosition() +
      Returns the position where the signature is finally placed.
      +
      java.security.cert.X509CertificategetSignerCertificate() +
      Returns the certificate of the signer.
      +
      booleanhasNonTextualObjects() +
      Returns if pdf has non textual objects (only for textual signature available).
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignResultImpl

        +
        public SignResultImpl(DataSink data,
        +              java.security.cert.X509Certificate cert,
        +              SignaturePosition position)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      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 java.security.cert.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.
        +
      • +
      + + + +
        +
      • +

        getNonTextualObjects

        +
        public java.util.List getNonTextualObjects()
        +
        Description copied from interface: SignResult
        +
        Returns a list<NonTextObjectInfo of non textual objects in the pdf document. + Only available for textual signatures. Show this to the user who signed the textual content only!
        +
        +
        Specified by:
        +
        getNonTextualObjects in interface SignResult
        +
        Returns:
        List<NonTextObjectInfo or null of not available (binary signature)
        +
      • +
      + + + +
        +
      • +

        hasNonTextualObjects

        +
        public boolean hasNonTextualObjects()
        +
        Description copied from interface: SignResult
        +
        Returns if pdf has non textual objects (only for textual signature available).
        +
        +
        Specified by:
        +
        hasNonTextualObjects in interface SignResult
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3