From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../pdfas/common/exceptions/PDFIOException.html | 279 ++++++++++ .../pdfas/common/exceptions/PdfAsException.html | 340 ++++++++++++ .../pdfas/common/exceptions/PdfAsMOAException.html | 298 ++++++++++ .../common/exceptions/PdfAsSettingsException.html | 279 ++++++++++ .../common/exceptions/PdfAsSignatureException.html | 262 +++++++++ .../exceptions/PdfAsValidationException.html | 310 +++++++++++ .../common/exceptions/PdfAsWrappedIOException.html | 253 +++++++++ .../exceptions/PlaceholderExtractionException.html | 274 ++++++++++ .../pdfas/common/exceptions/SLPdfAsException.html | 294 ++++++++++ .../pdfas/common/exceptions/package-frame.html | 27 + .../pdfas/common/exceptions/package-summary.html | 167 ++++++ .../egiz/pdfas/common/exceptions/package-tree.html | 149 +++++ .../pdfas/common/messages/MessageResolver.html | 267 +++++++++ .../egiz/pdfas/common/messages/package-frame.html | 19 + .../pdfas/common/messages/package-summary.html | 131 +++++ .../egiz/pdfas/common/messages/package-tree.html | 126 +++++ .../settings/DefaultSignatureProfileSettings.html | 597 +++++++++++++++++++++ .../pdfas/common/settings/IProfileConstants.html | 478 +++++++++++++++++ .../gv/egiz/pdfas/common/settings/ISettings.html | 273 ++++++++++ .../at/gv/egiz/pdfas/common/settings/Settings.html | 420 +++++++++++++++ .../common/settings/SignatureProfileEntry.html | 352 ++++++++++++ .../common/settings/SignatureProfileSettings.html | 328 +++++++++++ .../egiz/pdfas/common/settings/package-frame.html | 27 + .../pdfas/common/settings/package-summary.html | 164 ++++++ .../egiz/pdfas/common/settings/package-tree.html | 134 +++++ .../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 +++++ 34 files changed, 8248 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/messages/MessageResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/messages/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/messages/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/messages/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/DefaultSignatureProfileSettings.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/IProfileConstants.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/ISettings.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/Settings.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileEntry.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileSettings.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/settings/package-tree.html 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') diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html new file mode 100644 index 00000000..bfa9e04e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html @@ -0,0 +1,279 @@ + + + + + +PDFIOException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PDFIOException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PDFIOException
    +extends PdfAsException
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 8/28/13 + Time: 12:04 PM + To change this template use File | Settings | File Templates.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PDFIOException(java.lang.String msgId) 
      PDFIOException(java.lang.String msgId, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PDFIOException

        +
        public PDFIOException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PDFIOException

        +
        public PDFIOException(java.lang.String msgId,
        +              java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html new file mode 100644 index 00000000..77288c7b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html @@ -0,0 +1,340 @@ + + + + + +PdfAsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsException

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetLocalizedMessage() 
      java.lang.StringgetMessage() 
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException()
        +
      • +
      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(java.lang.String msgId,
        +              java.lang.Throwable e)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMessage

        +
        public java.lang.String getMessage()
        +
        +
        Overrides:
        +
        getMessage in class java.lang.Throwable
        +
        +
      • +
      + + + +
        +
      • +

        getLocalizedMessage

        +
        public java.lang.String getLocalizedMessage()
        +
        +
        Overrides:
        +
        getLocalizedMessage in class java.lang.Throwable
        +
        +
      • +
      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html new file mode 100644 index 00000000..0bcd20c4 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html @@ -0,0 +1,298 @@ + + + + + +PdfAsMOAException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsMOAException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsMOAException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsMOAException(java.lang.String faultCode, + java.lang.String faultString, + java.lang.String errorResponse, + java.lang.String errorCode) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsMOAException

        +
        public PdfAsMOAException(java.lang.String faultCode,
        +                 java.lang.String faultString,
        +                 java.lang.String errorResponse,
        +                 java.lang.String errorCode)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
        +
        Overrides:
        +
        localizeMessage in class PdfAsException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html new file mode 100644 index 00000000..5b34bd2a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html @@ -0,0 +1,279 @@ + + + + + +PdfAsSettingsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsSettingsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsSettingsException
    +extends PdfAsException
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 9/10/13 + Time: 10:54 AM + To change this template use File | Settings | File Templates.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsSettingsException

        +
        public PdfAsSettingsException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PdfAsSettingsException

        +
        public PdfAsSettingsException(java.lang.String msgId,
        +                      java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html new file mode 100644 index 00000000..15a2f684 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html @@ -0,0 +1,262 @@ + + + + + +PdfAsSignatureException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsSignatureException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsSignatureException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsSignatureException(java.lang.String msgId, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsSignatureException

        +
        public PdfAsSignatureException(java.lang.String msgId,
        +                       java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html new file mode 100644 index 00000000..454cb89b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html @@ -0,0 +1,310 @@ + + + + + +PdfAsValidationException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsValidationException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsValidationException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsValidationException(java.lang.String msgId, + java.lang.String parameter) 
      PdfAsValidationException(java.lang.String msgId, + java.lang.String parameter, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsValidationException

        +
        public PdfAsValidationException(java.lang.String msgId,
        +                        java.lang.String parameter)
        +
      • +
      + + + +
        +
      • +

        PdfAsValidationException

        +
        public PdfAsValidationException(java.lang.String msgId,
        +                        java.lang.String parameter,
        +                        java.lang.Throwable e)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
        +
        Overrides:
        +
        localizeMessage in class PdfAsException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html new file mode 100644 index 00000000..8998ef9c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html @@ -0,0 +1,253 @@ + + + + + +PdfAsWrappedIOException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsWrappedIOException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsWrappedIOException
    +extends java.io.IOException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsWrappedIOException

        +
        public PdfAsWrappedIOException(PdfAsException e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html new file mode 100644 index 00000000..1da0854c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html @@ -0,0 +1,274 @@ + + + + + +PlaceholderExtractionException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PlaceholderExtractionException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PlaceholderExtractionException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PlaceholderExtractionException

        +
        public PlaceholderExtractionException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PlaceholderExtractionException

        +
        public PlaceholderExtractionException(java.lang.String msgId,
        +                              java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html new file mode 100644 index 00000000..98842551 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html @@ -0,0 +1,294 @@ + + + + + +SLPdfAsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class SLPdfAsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class SLPdfAsException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SLPdfAsException(int code, + java.lang.String info) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        SLPdfAsException

        +
        public SLPdfAsException(int code,
        +                java.lang.String info)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
        +
        Overrides:
        +
        localizeMessage in class PdfAsException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html new file mode 100644 index 00000000..b384ef0d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html @@ -0,0 +1,27 @@ + + + + + +at.gv.egiz.pdfas.common.exceptions + + + + +

at.gv.egiz.pdfas.common.exceptions

+
+

Exceptions

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

Package at.gv.egiz.pdfas.common.exceptions

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

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

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/messages/MessageResolver.html b/docs/full/at/gv/egiz/pdfas/common/messages/MessageResolver.html new file mode 100644 index 00000000..cb738650 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/messages/MessageResolver.html @@ -0,0 +1,267 @@ + + + + + +MessageResolver + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.messages
+

Class MessageResolver

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static voidforceLocale(java.util.Locale locale) 
      static java.lang.StringresolveMessage(java.lang.String msgId) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        MessageResolver

        +
        public MessageResolver()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        forceLocale

        +
        public static void forceLocale(java.util.Locale locale)
        +
      • +
      + + + +
        +
      • +

        resolveMessage

        +
        public static java.lang.String resolveMessage(java.lang.String msgId)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/messages/package-frame.html b/docs/full/at/gv/egiz/pdfas/common/messages/package-frame.html new file mode 100644 index 00000000..9fbfeafc --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/messages/package-frame.html @@ -0,0 +1,19 @@ + + + + + +at.gv.egiz.pdfas.common.messages + + + + +

at.gv.egiz.pdfas.common.messages

+
+

Classes

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

Package at.gv.egiz.pdfas.common.messages

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

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

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/DefaultSignatureProfileSettings.html b/docs/full/at/gv/egiz/pdfas/common/settings/DefaultSignatureProfileSettings.html new file mode 100644 index 00000000..830c68fd --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/DefaultSignatureProfileSettings.html @@ -0,0 +1,597 @@ + + + + + +DefaultSignatureProfileSettings + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.settings
+

Class DefaultSignatureProfileSettings

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

      Field Detail

      + + + +
        +
      • +

        KEY_SIG_SUBJECT

        +
        public static final java.lang.String KEY_SIG_SUBJECT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        KEY_SIG_SUBJECT_DEFAULT

        +
        public static final java.lang.String KEY_SIG_SUBJECT_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        KEY_SIG_ISSUER

        +
        public static final java.lang.String KEY_SIG_ISSUER
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        KEY_SIG_ISSUER_DEFAULT

        +
        public static final java.lang.String KEY_SIG_ISSUER_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        KEY_SIG_NUMBER

        +
        public static final java.lang.String KEY_SIG_NUMBER
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        KEY_SIG_NUMBER_DEFAULT

        +
        public static final java.lang.String KEY_SIG_NUMBER_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        KEY_SIG_KZ_DEFAULT

        +
        public static final java.lang.String KEY_SIG_KZ_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        KEY_SIG_ID_DEFAULT

        +
        public static final java.lang.String KEY_SIG_ID_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        KEY_SIG_META_DEFAULT

        +
        public static final java.lang.String KEY_SIG_META_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        KEY_SIG_DATE_DEFAULT

        +
        public static final java.lang.String KEY_SIG_DATE_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_SUBJECT_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_SUBJECT_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_ISSUER_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_ISSUER_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_NUMBER_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_NUMBER_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_KZ_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_KZ_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_ID_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_ID_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_META_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_META_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUE_SIG_DATE_DEFAULT

        +
        public static final java.lang.String VALUE_SIG_DATE_DEFAULT
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DefaultSignatureProfileSettings

        +
        public DefaultSignatureProfileSettings()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDefaultValues

        +
        public static java.util.Map<java.lang.String,SignatureProfileEntry> getDefaultValues()
        +
      • +
      + + + +
        +
      • +

        getDefaultKeyValue

        +
        public static java.lang.String getDefaultKeyValue(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        getDefaultKeyCaption

        +
        public static java.lang.String getDefaultKeyCaption(java.lang.String key)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/IProfileConstants.html b/docs/full/at/gv/egiz/pdfas/common/settings/IProfileConstants.html new file mode 100644 index 00000000..fa533d60 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/IProfileConstants.html @@ -0,0 +1,478 @@ + + + + + +IProfileConstants + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.settings
+

Interface IProfileConstants

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

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringCFG_DIR 
      static java.lang.StringCFG_FILE 
      static java.lang.StringCOLS_WITH +
      The settings key sub prefix getting the width of columns for a table + definition
      +
      static java.lang.StringINCLUDE 
      static java.lang.StringKEY_SEPARATOR 
      static java.lang.StringPROFILE_KEY 
      static java.lang.StringPROFILE_VALUE 
      static java.lang.StringSIG_DATE 
      static java.lang.StringSIG_OBJ +
      The settings key prefix for signature definitions.
      +
      static java.lang.StringSIGNING_REASON 
      static java.lang.StringSTYLE +
      The settings key sub prefix getting the style definition
      +
      static java.lang.StringTABLE +
      The settings key prefix for the signature table object definition
      +
      static java.lang.StringTMP_DIR 
      static java.lang.StringTMP_DIR_DEFAULT_VALUE 
      static java.lang.StringTYPE_CAPTION +
      The settings value refering to a text caption
      +
      static java.lang.StringTYPE_IMAGE +
      The settings value refering to an image
      +
      static java.lang.StringTYPE_TABLE +
      The settings value refering to a table
      +
      static java.lang.StringTYPE_VALUE +
      The settings value refering to a text value
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        SIG_OBJ

        +
        static final java.lang.String SIG_OBJ
        +
        The settings key prefix for signature definitions. "sig_obj."
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        TABLE

        +
        static final java.lang.String TABLE
        +
        The settings key prefix for the signature table object definition
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        TYPE_TABLE

        +
        static final java.lang.String TYPE_TABLE
        +
        The settings value refering to a table
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        TYPE_IMAGE

        +
        static final java.lang.String TYPE_IMAGE
        +
        The settings value refering to an image
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        TYPE_CAPTION

        +
        static final java.lang.String TYPE_CAPTION
        +
        The settings value refering to a text caption
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        TYPE_VALUE

        +
        static final java.lang.String TYPE_VALUE
        +
        The settings value refering to a text value
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        COLS_WITH

        +
        static final java.lang.String COLS_WITH
        +
        The settings key sub prefix getting the width of columns for a table + definition
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        STYLE

        +
        static final java.lang.String STYLE
        +
        The settings key sub prefix getting the style definition
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        TMP_DIR_DEFAULT_VALUE

        +
        static final java.lang.String TMP_DIR_DEFAULT_VALUE
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/ISettings.html b/docs/full/at/gv/egiz/pdfas/common/settings/ISettings.html new file mode 100644 index 00000000..1b87e945 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/ISettings.html @@ -0,0 +1,273 @@ + + + + + +ISettings + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.settings
+

Interface ISettings

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.util.Vector<java.lang.String>getFirstLevelKeys(java.lang.String prefix) 
      java.lang.StringgetValue(java.lang.String key) 
      java.util.Map<java.lang.String,java.lang.String>getValuesPrefix(java.lang.String prefix) 
      java.lang.StringgetWorkingDirectory() 
      booleanhasPrefix(java.lang.String prefix) 
      booleanhasValue(java.lang.String key) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getValue

        +
        java.lang.String getValue(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        hasValue

        +
        boolean hasValue(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        hasPrefix

        +
        boolean hasPrefix(java.lang.String prefix)
        +
      • +
      + + + +
        +
      • +

        getValuesPrefix

        +
        java.util.Map<java.lang.String,java.lang.String> getValuesPrefix(java.lang.String prefix)
        +
      • +
      + + + +
        +
      • +

        getFirstLevelKeys

        +
        java.util.Vector<java.lang.String> getFirstLevelKeys(java.lang.String prefix)
        +
      • +
      + + + +
        +
      • +

        getWorkingDirectory

        +
        java.lang.String getWorkingDirectory()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/Settings.html b/docs/full/at/gv/egiz/pdfas/common/settings/Settings.html new file mode 100644 index 00000000..62c1d8b9 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/Settings.html @@ -0,0 +1,420 @@ + + + + + +Settings + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.settings
+

Class Settings

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

      Field Detail

      + + + +
        +
      • +

        properties

        +
        protected java.util.Properties properties
        +
      • +
      + + + +
        +
      • +

        workDirectory

        +
        protected java.io.File workDirectory
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Settings

        +
        public Settings(java.io.File workDirectory)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getValue

        +
        public java.lang.String getValue(java.lang.String key)
        +
        +
        Specified by:
        +
        getValue in interface ISettings
        +
        +
      • +
      + + + +
        +
      • +

        hasValue

        +
        public boolean hasValue(java.lang.String key)
        +
        +
        Specified by:
        +
        hasValue in interface ISettings
        +
        +
      • +
      + + + +
        +
      • +

        getValuesPrefix

        +
        public java.util.Map<java.lang.String,java.lang.String> getValuesPrefix(java.lang.String prefix)
        +
        +
        Specified by:
        +
        getValuesPrefix in interface ISettings
        +
        +
      • +
      + + + +
        +
      • +

        getFirstLevelKeys

        +
        public java.util.Vector<java.lang.String> getFirstLevelKeys(java.lang.String prefix)
        +
        +
        Specified by:
        +
        getFirstLevelKeys in interface ISettings
        +
        +
      • +
      + + + +
        +
      • +

        hasPrefix

        +
        public boolean hasPrefix(java.lang.String prefix)
        +
        +
        Specified by:
        +
        hasPrefix in interface ISettings
        +
        +
      • +
      + + + +
        +
      • +

        getWorkingDirectory

        +
        public java.lang.String getWorkingDirectory()
        +
        +
        Specified by:
        +
        getWorkingDirectory in interface ISettings
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileEntry.html b/docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileEntry.html new file mode 100644 index 00000000..4b794cb2 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileEntry.html @@ -0,0 +1,352 @@ + + + + + +SignatureProfileEntry + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.settings
+

Class SignatureProfileEntry

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetCaption() 
      java.lang.StringgetKey() 
      java.lang.StringgetValue() 
      voidsetCaption(java.lang.String caption) 
      voidsetKey(java.lang.String key) 
      voidsetValue(java.lang.String value) 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        SignatureProfileEntry

        +
        public SignatureProfileEntry()
        +
      • +
      + + + +
        +
      • +

        SignatureProfileEntry

        +
        public SignatureProfileEntry(java.lang.String key,
        +                     java.lang.String caption,
        +                     java.lang.String value)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getKey

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

        setKey

        +
        public void setKey(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        getCaption

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

        setCaption

        +
        public void setCaption(java.lang.String caption)
        +
      • +
      + + + +
        +
      • +

        getValue

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

        setValue

        +
        public void setValue(java.lang.String value)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileSettings.html b/docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileSettings.html new file mode 100644 index 00000000..1e03467b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/SignatureProfileSettings.html @@ -0,0 +1,328 @@ + + + + + +SignatureProfileSettings + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.settings
+

Class SignatureProfileSettings

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

      Constructor Detail

      + + + +
        +
      • +

        SignatureProfileSettings

        +
        public SignatureProfileSettings(java.lang.String profileID,
        +                        ISettings configuration)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCaption

        +
        public java.lang.String getCaption(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        getDefaultValue

        +
        protected java.lang.String getDefaultValue(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public java.lang.String getValue(java.lang.String key)
        +
      • +
      + + + +
        +
      • +

        getProfileID

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

        getSigningReason

        +
        public java.lang.String getSigningReason()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/settings/package-frame.html b/docs/full/at/gv/egiz/pdfas/common/settings/package-frame.html new file mode 100644 index 00000000..1d7ce199 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/settings/package-frame.html @@ -0,0 +1,27 @@ + + + + + +at.gv.egiz.pdfas.common.settings + + + + +

at.gv.egiz.pdfas.common.settings

+
+

Interfaces

+ +

Classes

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

Package at.gv.egiz.pdfas.common.settings

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

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

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + 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