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 --- .../gv/egiz/pdfas/lib/api/sign/IPlainSigner.html | 277 --------------------- 1 file changed, 277 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/sign/IPlainSigner.html (limited to 'docs/at/gv/egiz/pdfas/lib/api/sign/IPlainSigner.html') diff --git a/docs/at/gv/egiz/pdfas/lib/api/sign/IPlainSigner.html b/docs/at/gv/egiz/pdfas/lib/api/sign/IPlainSigner.html deleted file mode 100644 index b1177a0c..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/sign/IPlainSigner.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -IPlainSigner (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.sign
-

Interface IPlainSigner

-
-
-
-
    -
  • -
    -
    -
    public interface IPlainSigner
    -
    Signer interface - - PDF-AS uses an IPlainSigner instance to create the signature. Also custom IPlainSigner - may be used to sign PDF-AS documents.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      iaik.x509.X509CertificategetCertificate() -
      Gets the signing certificate
      -
      StringgetPDFFilter() -
      Gets the PDF Filter for this signer
      -
      StringgetPDFSubFilter() -
      Gets the PDF Subfilter for this signer
      -
      byte[]sign(byte[] input, - int[] byteRange) -
      Sign the document
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCertificate

        -
        iaik.x509.X509Certificate getCertificate()
        -                                         throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Gets the signing certificate
        -
        Returns:
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        sign

        -
        byte[] sign(byte[] input,
        -          int[] byteRange)
        -            throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Sign the document
        -
        Parameters:
        input -
        byteRange -
        -
        Returns:
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        getPDFSubFilter

        -
        String getPDFSubFilter()
        -
        Gets the PDF Subfilter for this signer
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPDFFilter

        -
        String getPDFFilter()
        -
        Gets the PDF Filter for this signer
        -
        Returns:
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - - -- cgit v1.2.3