From 3d5e654440a5e9ec34b1fa8aca27c24aec8ed8f9 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:17:06 +0100 Subject: Remove html documentation --- docs/at/gv/egiz/pdfas/lib/api/StatusRequest.html | 329 ----------------------- 1 file changed, 329 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/StatusRequest.html (limited to 'docs/at/gv/egiz/pdfas/lib/api/StatusRequest.html') diff --git a/docs/at/gv/egiz/pdfas/lib/api/StatusRequest.html b/docs/at/gv/egiz/pdfas/lib/api/StatusRequest.html deleted file mode 100644 index 0d7b4120..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/StatusRequest.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - -StatusRequest (PDF-AS 4.0.0-SNAPSHOT Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - -
-
at.gv.egiz.pdfas.lib.api
-

Interface StatusRequest

-
-
-
-
    -
  • -
    -
    -
    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 [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - - -- cgit v1.2.3