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

Interface StatusRequest

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    StatusRequestImpl
    +
    +
    +
    +
    public interface StatusRequest
    +
    Status of a signture process
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      byte[]getSignatureData() +
      Gets the data to be signed
      +
      int[]getSignatureDataByteRange() +
      Gets the byte range of the data to be signed
      +
      booleanisReady() +
      If true finishSign in PdfAs can be called to retrieve the signed pdf
      +
      booleanneedCertificate() +
      If true PDF-AS requires the signature certificate + + Retrieve the signing certificate and set it via setCertificate
      +
      booleanneedSignature() +
      If true PDF-AS requires a the CAdES signature + + use getSignatureData() and getSignatureDataByteRange() to retrieve the + data to be signed and set the signature via setSigature
      +
      voidsetCertificate(byte[] encodedCertificate) +
      Sets the signing certificate
      +
      voidsetSigature(byte[] signatureValue) +
      Sets the signature
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        needCertificate

        +
        boolean needCertificate()
        +
        If true PDF-AS requires the signature certificate + + Retrieve the signing certificate and set it via setCertificate
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        needSignature

        +
        boolean needSignature()
        +
        If true PDF-AS requires a the CAdES signature + + use getSignatureData() and getSignatureDataByteRange() to retrieve the + data to be signed and set the signature via setSigature
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        isReady

        +
        boolean isReady()
        +
        If true finishSign in PdfAs can be called to retrieve the signed pdf
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSignatureData

        +
        byte[] getSignatureData()
        +
        Gets the data to be signed
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSignatureDataByteRange

        +
        int[] getSignatureDataByteRange()
        +
        Gets the byte range of the data to be signed
        +
        Returns:
        +
      • +
      + + + + + + + +
        +
      • +

        setSigature

        +
        void setSigature(byte[] signatureValue)
        +
        Sets the signature
        +
        Parameters:
        signatureValue -
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3