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 --- .../gv/egiz/pdfas/lib/impl/StatusRequestImpl.html | 544 --------------------- 1 file changed, 544 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/StatusRequestImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/StatusRequestImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/StatusRequestImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/StatusRequestImpl.html deleted file mode 100644 index 5584a054..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/StatusRequestImpl.html +++ /dev/null @@ -1,544 +0,0 @@ - - - - - - -StatusRequestImpl (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.impl
-

Class StatusRequestImpl

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        StatusRequestImpl

        -
        public StatusRequestImpl()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        setSignatureData

        -
        public void setSignatureData(byte[] signatureData)
        -
      • -
      - - - -
        -
      • -

        setByteRange

        -
        public void setByteRange(int[] byteRange)
        -
      • -
      - - - -
        -
      • -

        getCertificate

        -
        public iaik.x509.X509Certificate getCertificate()
        -
      • -
      - - - -
        -
      • -

        getSignature

        -
        public byte[] getSignature()
        -
      • -
      - - - -
        -
      • -

        setNeedSignature

        -
        public void setNeedSignature(boolean value)
        -
      • -
      - - - -
        -
      • -

        setNeedCertificate

        -
        public void setNeedCertificate(boolean value)
        -
      • -
      - - - -
        -
      • -

        needCertificate

        -
        public boolean needCertificate()
        -
        Description copied from interface: StatusRequest
        -
        If true PDF-AS requires the signature certificate - - Retrieve the signing certificate and set it via setCertificate
        -
        -
        Specified by:
        -
        needCertificate in interface StatusRequest
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        needSignature

        -
        public boolean needSignature()
        -
        Description copied from interface: StatusRequest
        -
        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
        -
        -
        Specified by:
        -
        needSignature in interface StatusRequest
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        isReady

        -
        public boolean isReady()
        -
        Description copied from interface: StatusRequest
        -
        If true finishSign in PdfAs can be called to retrieve the signed pdf
        -
        -
        Specified by:
        -
        isReady in interface StatusRequest
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        setIsReady

        -
        public void setIsReady(boolean value)
        -
      • -
      - - - -
        -
      • -

        getSignatureData

        -
        public byte[] getSignatureData()
        -
        Description copied from interface: StatusRequest
        -
        Gets the data to be signed
        -
        -
        Specified by:
        -
        getSignatureData in interface StatusRequest
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getSignatureDataByteRange

        -
        public int[] getSignatureDataByteRange()
        -
        Description copied from interface: StatusRequest
        -
        Gets the byte range of the data to be signed
        -
        -
        Specified by:
        -
        getSignatureDataByteRange in interface StatusRequest
        -
        Returns:
        -
      • -
      - - - - - - - -
        -
      • -

        setSigature

        -
        public void setSigature(byte[] signatureValue)
        -
        Description copied from interface: StatusRequest
        -
        Sets the signature
        -
        -
        Specified by:
        -
        setSigature in interface StatusRequest
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3