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/common/utils/DNUtils.html | 257 ++++++++++++++++ .../at/gv/egiz/pdfas/common/utils/OgnlUtils.html | 261 ++++++++++++++++ .../at/gv/egiz/pdfas/common/utils/PDFUtils.html | 304 +++++++++++++++++++ .../at/gv/egiz/pdfas/common/utils/StreamUtils.html | 262 ++++++++++++++++ .../at/gv/egiz/pdfas/common/utils/StringUtils.html | 272 +++++++++++++++++ .../gv/egiz/pdfas/common/utils/TempFileHelper.html | 332 +++++++++++++++++++++ .../gv/egiz/pdfas/common/utils/package-frame.html | 24 ++ .../egiz/pdfas/common/utils/package-summary.html | 157 ++++++++++ .../gv/egiz/pdfas/common/utils/package-tree.html | 131 ++++++++ 9 files changed, 2000 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/DNUtils.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/OgnlUtils.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/PDFUtils.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/StreamUtils.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/StringUtils.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/TempFileHelper.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/utils/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/common/utils') diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/DNUtils.html b/docs/full/at/gv/egiz/pdfas/common/utils/DNUtils.html new file mode 100644 index 00000000..2f932d9c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/DNUtils.html @@ -0,0 +1,257 @@ + + + + + +DNUtils + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.utils
+

Class DNUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class DNUtils
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.util.Map<java.lang.String,java.lang.String>dnToMap(java.lang.String dn) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        DNUtils

        +
        public DNUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        dnToMap

        +
        public static java.util.Map<java.lang.String,java.lang.String> dnToMap(java.lang.String dn)
        +                                                                throws javax.naming.InvalidNameException
        +
        Throws:
        +
        javax.naming.InvalidNameException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/OgnlUtils.html b/docs/full/at/gv/egiz/pdfas/common/utils/OgnlUtils.html new file mode 100644 index 00000000..24f4a166 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/OgnlUtils.html @@ -0,0 +1,261 @@ + + + + + +OgnlUtils + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.utils
+

Class OgnlUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class OgnlUtils
    +extends java.lang.Object
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 9/11/13 + Time: 1:05 PM + To change this template use File | Settings | File Templates.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringresolvsOgnlExpression(java.lang.String expression, + ognl.OgnlContext ctx) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        OgnlUtils

        +
        public OgnlUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resolvsOgnlExpression

        +
        public static java.lang.String resolvsOgnlExpression(java.lang.String expression,
        +                                     ognl.OgnlContext ctx)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/PDFUtils.html b/docs/full/at/gv/egiz/pdfas/common/utils/PDFUtils.html new file mode 100644 index 00000000..43e33f06 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/PDFUtils.html @@ -0,0 +1,304 @@ + + + + + +PDFUtils + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.utils
+

Class PDFUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class PDFUtils
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static byte[]blackOutSignature(byte[] signatureData, + int[] byteRange) 
      static int[]buildExcludeRange(int[] byteRange) 
      static voidcheckPDFPermissions(org.apache.pdfbox.pdmodel.PDDocument doc) 
      static int[]extractSignatureByteRange(byte[] rawPdfData) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PDFUtils

        +
        public PDFUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        blackOutSignature

        +
        public static byte[] blackOutSignature(byte[] signatureData,
        +                       int[] byteRange)
        +                                throws PDFIOException
        +
        Throws:
        +
        PDFIOException
        +
      • +
      + + + +
        +
      • +

        extractSignatureByteRange

        +
        public static int[] extractSignatureByteRange(byte[] rawPdfData)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/StreamUtils.html b/docs/full/at/gv/egiz/pdfas/common/utils/StreamUtils.html new file mode 100644 index 00000000..be9faaab --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/StreamUtils.html @@ -0,0 +1,262 @@ + + + + + +StreamUtils + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.utils
+

Class StreamUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class StreamUtils
    +extends java.lang.Object
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 8/29/13 + Time: 9:54 AM + To change this template use File | Settings | File Templates.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static byte[]inputStreamToByteArray(java.io.InputStream stream) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        StreamUtils

        +
        public StreamUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        inputStreamToByteArray

        +
        public static byte[] inputStreamToByteArray(java.io.InputStream stream)
        +                                     throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/StringUtils.html b/docs/full/at/gv/egiz/pdfas/common/utils/StringUtils.html new file mode 100644 index 00000000..d972c097 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/StringUtils.html @@ -0,0 +1,272 @@ + + + + + +StringUtils + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.utils
+

Class StringUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class StringUtils
    +extends java.lang.Object
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 8/28/13 + Time: 12:42 PM + To change this template use File | Settings | File Templates.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringbytesToHexString(byte[] bytes) 
      static java.lang.StringextractLastID(java.lang.String id) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        StringUtils

        +
        public StringUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        bytesToHexString

        +
        public static java.lang.String bytesToHexString(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        extractLastID

        +
        public static java.lang.String extractLastID(java.lang.String id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/TempFileHelper.html b/docs/full/at/gv/egiz/pdfas/common/utils/TempFileHelper.html new file mode 100644 index 00000000..d1ecceef --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/TempFileHelper.html @@ -0,0 +1,332 @@ + + + + + +TempFileHelper + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.utils
+

Class TempFileHelper

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

      Constructor Detail

      + + + +
        +
      • +

        TempFileHelper

        +
        public TempFileHelper(ISettings settings)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        finalize

        +
        protected void finalize()
        +                 throws java.lang.Throwable
        +
        +
        Overrides:
        +
        finalize in class java.lang.Object
        +
        Throws:
        +
        java.lang.Throwable
        +
      • +
      + + + +
        +
      • +

        setTemporaryDirectory

        +
        public void setTemporaryDirectory(java.lang.String directory)
        +
      • +
      + + + +
        +
      • +

        getHashedHexString

        +
        public java.lang.String getHashedHexString(java.lang.String str)
        +
      • +
      + + + +
        +
      • +

        getStaticFilename

        +
        public java.lang.String getStaticFilename()
        +
      • +
      + + + +
        +
      • +

        deleteFile

        +
        public void deleteFile(java.lang.String filename)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/package-frame.html b/docs/full/at/gv/egiz/pdfas/common/utils/package-frame.html new file mode 100644 index 00000000..a5faaf06 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/package-frame.html @@ -0,0 +1,24 @@ + + + + + +at.gv.egiz.pdfas.common.utils + + + + +

at.gv.egiz.pdfas.common.utils

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/package-summary.html b/docs/full/at/gv/egiz/pdfas/common/utils/package-summary.html new file mode 100644 index 00000000..5e851a32 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/package-summary.html @@ -0,0 +1,157 @@ + + + + + +at.gv.egiz.pdfas.common.utils + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.common.utils

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/utils/package-tree.html b/docs/full/at/gv/egiz/pdfas/common/utils/package-tree.html new file mode 100644 index 00000000..2637779d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/utils/package-tree.html @@ -0,0 +1,131 @@ + + + + + +at.gv.egiz.pdfas.common.utils Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.common.utils

+Package Hierarchies: + +
+
+

Class Hierarchy

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