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/impl/StatusRequestImpl.html | 527 +++++++++++++++++++++ 1 file changed, 527 insertions(+) create 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 new file mode 100644 index 00000000..7b28969c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/StatusRequestImpl.html @@ -0,0 +1,527 @@ + + + + + + +StatusRequestImpl (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
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-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3