From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- .../at/gv/egiz/pdfas/lib/api/StatusRequest.html | 346 --------------------- 1 file changed, 346 deletions(-) delete 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 deleted file mode 100644 index 414de3c8..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/api/StatusRequest.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - -StatusRequest (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
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
      -
      SignParametergetSignParameter() 
      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-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3