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/api/sign/SignParameter.html | 348 +++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/sign/SignParameter.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/sign/SignParameter.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/sign/SignParameter.html b/docs/full/at/gv/egiz/pdfas/lib/api/sign/SignParameter.html new file mode 100644 index 00000000..ed2115d4 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/sign/SignParameter.html @@ -0,0 +1,348 @@ + + + + + + +SignParameter (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api.sign
+

Interface SignParameter

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

      Method Detail

      + + + +
        +
      • +

        getSignatureProfileId

        +
        String getSignatureProfileId()
        +
        Gets the signature profile to use
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setSignatureProfileId

        +
        void setSignatureProfileId(String signatureProfileId)
        +
        Sets the signature profile to use
        +
        Parameters:
        signatureProfileId - The signature profile
        +
      • +
      + + + +
        +
      • +

        getSignaturePosition

        +
        String getSignaturePosition()
        +
        Gets the signature position
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setSignaturePosition

        +
        void setSignaturePosition(String signaturePosition)
        +
        Sets the signature position
        +
        Parameters:
        signaturePosition - The signature position string
        +
      • +
      + + + +
        +
      • +

        setOutput

        +
        void setOutput(DataSink output)
        +
        Sets the data sink for the signature process
        +
        Parameters:
        output -
        +
      • +
      + + + +
        +
      • +

        getOutput

        +
        DataSink getOutput()
        +
        Gets the data sink for the signature process
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setPlainSigner

        +
        void setPlainSigner(IPlainSigner signer)
        +
        Sets the signer to use
        +
        Parameters:
        signer -
        +
      • +
      + + + +
        +
      • +

        getPlainSigner

        +
        IPlainSigner getPlainSigner()
        +
        Gets the signer to use.
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3