From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/gv/egiz/pdfas/sigs/pades/PAdESSigner.html | 350 +++++++++++++++++++++ .../egiz/pdfas/sigs/pades/PAdESSignerKeystore.html | 346 ++++++++++++++++++++ .../at/gv/egiz/pdfas/sigs/pades/PAdESVerifier.html | 305 ++++++++++++++++++ .../at/gv/egiz/pdfas/sigs/pades/package-frame.html | 21 ++ .../gv/egiz/pdfas/sigs/pades/package-summary.html | 139 ++++++++ .../at/gv/egiz/pdfas/sigs/pades/package-tree.html | 128 ++++++++ .../sigs/pkcs7detached/PKCS7DetachedSigner.html | 347 ++++++++++++++++++++ .../sigs/pkcs7detached/PKCS7DetachedVerifier.html | 305 ++++++++++++++++++ .../pdfas/sigs/pkcs7detached/package-frame.html | 20 ++ .../pdfas/sigs/pkcs7detached/package-summary.html | 137 ++++++++ .../pdfas/sigs/pkcs7detached/package-tree.html | 127 ++++++++ 11 files changed, 2225 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSigner.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSignerKeystore.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESVerifier.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pades/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pades/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pades/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedSigner.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedVerifier.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/sigs') diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSigner.html b/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSigner.html new file mode 100644 index 00000000..6a1402ac --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSigner.html @@ -0,0 +1,350 @@ + + + + + +PAdESSigner + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.sigs.pades
+

Class PAdESSigner

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IPlainSigner
    +
    +
    +
    +
    public class PAdESSigner
    +extends java.lang.Object
    +implements IPlainSigner
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

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

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSignerKeystore.html b/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSignerKeystore.html new file mode 100644 index 00000000..a1567acd --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESSignerKeystore.html @@ -0,0 +1,346 @@ + + + + + +PAdESSignerKeystore + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.sigs.pades
+

Class PAdESSignerKeystore

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IPlainSigner
    +
    +
    +
    +
    public class PAdESSignerKeystore
    +extends java.lang.Object
    +implements IPlainSigner
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PAdESSignerKeystore(java.lang.String file, + java.lang.String alias, + java.lang.String kspassword, + java.lang.String keypassword, + java.lang.String type) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

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

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PAdESSignerKeystore

        +
        public PAdESSignerKeystore(java.lang.String file,
        +                   java.lang.String alias,
        +                   java.lang.String kspassword,
        +                   java.lang.String keypassword,
        +                   java.lang.String type)
        +                    throws PdfAsException
        +
        Throws:
        +
        PdfAsException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCertificate

        +
        public iaik.x509.X509Certificate getCertificate()
        +
        Description copied from interface: IPlainSigner
        +
        Gets the signing certificate
        +
        +
        Specified by:
        +
        getCertificate in interface IPlainSigner
        +
        Returns:
        +
      • +
      + + + + + + + +
        +
      • +

        getPDFSubFilter

        +
        public java.lang.String getPDFSubFilter()
        +
        Description copied from interface: IPlainSigner
        +
        Gets the PDF Subfilter for this signer
        +
        +
        Specified by:
        +
        getPDFSubFilter in interface IPlainSigner
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getPDFFilter

        +
        public java.lang.String getPDFFilter()
        +
        Description copied from interface: IPlainSigner
        +
        Gets the PDF Filter for this signer
        +
        +
        Specified by:
        +
        getPDFFilter in interface IPlainSigner
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESVerifier.html b/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESVerifier.html new file mode 100644 index 00000000..62178b98 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pades/PAdESVerifier.html @@ -0,0 +1,305 @@ + + + + + +PAdESVerifier + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.sigs.pades
+

Class PAdESVerifier

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IVerifyFilter
    +
    +
    +
    +
    public class PAdESVerifier
    +extends java.lang.Object
    +implements IVerifyFilter
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PAdESVerifier() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.util.List<FilterEntry>getFiters() 
      voidsetConfiguration(Configuration config) 
      java.util.List<VerifyResult>verify(byte[] contentData, + byte[] signatureContent, + java.util.Date verificationTime, + int[] byteRange) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pades/package-frame.html b/docs/full/at/gv/egiz/pdfas/sigs/pades/package-frame.html new file mode 100644 index 00000000..2ad5ecf5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pades/package-frame.html @@ -0,0 +1,21 @@ + + + + + +at.gv.egiz.pdfas.sigs.pades + + + + +

at.gv.egiz.pdfas.sigs.pades

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pades/package-summary.html b/docs/full/at/gv/egiz/pdfas/sigs/pades/package-summary.html new file mode 100644 index 00000000..55652d84 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pades/package-summary.html @@ -0,0 +1,139 @@ + + + + + +at.gv.egiz.pdfas.sigs.pades + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.sigs.pades

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pades/package-tree.html b/docs/full/at/gv/egiz/pdfas/sigs/pades/package-tree.html new file mode 100644 index 00000000..ea9d157a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pades/package-tree.html @@ -0,0 +1,128 @@ + + + + + +at.gv.egiz.pdfas.sigs.pades Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.sigs.pades

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedSigner.html b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedSigner.html new file mode 100644 index 00000000..5f25e46b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedSigner.html @@ -0,0 +1,347 @@ + + + + + +PKCS7DetachedSigner + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.sigs.pkcs7detached
+

Class PKCS7DetachedSigner

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IPlainSigner
    +
    +
    +
    +
    public class PKCS7DetachedSigner
    +extends java.lang.Object
    +implements IPlainSigner
    +
    Creates a PKCS7 detached PDF signature
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PKCS7DetachedSigner(java.lang.String file, + java.lang.String alias, + java.lang.String kspassword, + java.lang.String keypassword, + java.lang.String type) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

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

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PKCS7DetachedSigner

        +
        public PKCS7DetachedSigner(java.lang.String file,
        +                   java.lang.String alias,
        +                   java.lang.String kspassword,
        +                   java.lang.String keypassword,
        +                   java.lang.String type)
        +                    throws PdfAsException
        +
        Throws:
        +
        PdfAsException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCertificate

        +
        public iaik.x509.X509Certificate getCertificate()
        +
        Description copied from interface: IPlainSigner
        +
        Gets the signing certificate
        +
        +
        Specified by:
        +
        getCertificate in interface IPlainSigner
        +
        Returns:
        +
      • +
      + + + + + + + +
        +
      • +

        getPDFSubFilter

        +
        public java.lang.String getPDFSubFilter()
        +
        Description copied from interface: IPlainSigner
        +
        Gets the PDF Subfilter for this signer
        +
        +
        Specified by:
        +
        getPDFSubFilter in interface IPlainSigner
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getPDFFilter

        +
        public java.lang.String getPDFFilter()
        +
        Description copied from interface: IPlainSigner
        +
        Gets the PDF Filter for this signer
        +
        +
        Specified by:
        +
        getPDFFilter in interface IPlainSigner
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedVerifier.html b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedVerifier.html new file mode 100644 index 00000000..11c470fa --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/PKCS7DetachedVerifier.html @@ -0,0 +1,305 @@ + + + + + +PKCS7DetachedVerifier + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.sigs.pkcs7detached
+

Class PKCS7DetachedVerifier

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IVerifyFilter
    +
    +
    +
    +
    public class PKCS7DetachedVerifier
    +extends java.lang.Object
    +implements IVerifyFilter
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.util.List<FilterEntry>getFiters() 
      voidsetConfiguration(Configuration config) 
      java.util.List<VerifyResult>verify(byte[] contentData, + byte[] signatureContent, + java.util.Date verificationTime, + int[] byteRange) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-frame.html b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-frame.html new file mode 100644 index 00000000..53d99190 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-frame.html @@ -0,0 +1,20 @@ + + + + + +at.gv.egiz.pdfas.sigs.pkcs7detached + + + + +

at.gv.egiz.pdfas.sigs.pkcs7detached

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-summary.html b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-summary.html new file mode 100644 index 00000000..4c9bcf12 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-summary.html @@ -0,0 +1,137 @@ + + + + + +at.gv.egiz.pdfas.sigs.pkcs7detached + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.sigs.pkcs7detached

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-tree.html b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-tree.html new file mode 100644 index 00000000..37e2b0f3 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/sigs/pkcs7detached/package-tree.html @@ -0,0 +1,127 @@ + + + + + +at.gv.egiz.pdfas.sigs.pkcs7detached Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.sigs.pkcs7detached

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3