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

Class SignatureDataExtractor

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        certificate

        +
        protected iaik.x509.X509Certificate certificate
        +
      • +
      + + + +
        +
      • +

        signatureData

        +
        protected byte[] signatureData
        +
      • +
      + + + +
        +
      • +

        pdfSubFilter

        +
        protected String pdfSubFilter
        +
      • +
      + + + +
        +
      • +

        pdfFilter

        +
        protected String pdfFilter
        +
      • +
      + + + +
        +
      • +

        signature

        +
        protected org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature
        +
      • +
      + + + +
        +
      • +

        byteRange

        +
        protected int[] byteRange
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignatureDataExtractor

        +
        public SignatureDataExtractor(iaik.x509.X509Certificate certificate,
        +                      String filter,
        +                      String subfilter,
        +                      Calendar date)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCertificate

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

        getSignatureData

        +
        public byte[] getSignatureData()
        +
      • +
      + + + +
        +
      • +

        sign

        +
        public byte[] sign(InputStream content)
        +            throws org.apache.pdfbox.exceptions.SignatureException,
        +                   IOException
        +
        +
        Specified by:
        +
        sign in interface org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureInterface
        +
        Throws:
        +
        org.apache.pdfbox.exceptions.SignatureException
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        setPDSignature

        +
        public void setPDSignature(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature)
        +
        +
        Specified by:
        +
        setPDSignature in interface PDFASSignatureInterface
        +
        +
      • +
      + + + +
        +
      • +

        getByteRange

        +
        public int[] getByteRange()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3