From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../gv/egiz/pdfas/web/config/WebConfiguration.html | 682 ++++++++++++++++ .../at/gv/egiz/pdfas/web/config/package-frame.html | 19 + .../gv/egiz/pdfas/web/config/package-summary.html | 131 +++ .../at/gv/egiz/pdfas/web/config/package-tree.html | 126 +++ .../web/exception/PdfAsSecurityLayerException.html | 250 ++++++ .../pdfas/web/exception/PdfAsWebException.html | 262 ++++++ .../gv/egiz/pdfas/web/exception/package-frame.html | 20 + .../egiz/pdfas/web/exception/package-summary.html | 135 ++++ .../gv/egiz/pdfas/web/exception/package-tree.html | 135 ++++ .../pdfas/web/filter/ExceptionCatchFilter.html | 311 ++++++++ .../at/gv/egiz/pdfas/web/filter/package-frame.html | 19 + .../gv/egiz/pdfas/web/filter/package-summary.html | 133 ++++ .../at/gv/egiz/pdfas/web/filter/package-tree.html | 126 +++ .../at/gv/egiz/pdfas/web/helper/DigestHelper.html | 381 +++++++++ .../at/gv/egiz/pdfas/web/helper/HTMLFormater.html | 254 ++++++ .../at/gv/egiz/pdfas/web/helper/PDFASSession.html | 336 ++++++++ .../at/gv/egiz/pdfas/web/helper/PdfAsHelper.html | 875 +++++++++++++++++++++ .../pdfas/web/helper/PdfAsParameterExtractor.html | 629 +++++++++++++++ .../gv/egiz/pdfas/web/helper/RemotePDFFetcher.html | 257 ++++++ .../at/gv/egiz/pdfas/web/helper/package-frame.html | 24 + .../gv/egiz/pdfas/web/helper/package-summary.html | 151 ++++ .../at/gv/egiz/pdfas/web/helper/package-tree.html | 131 +++ .../gv/egiz/pdfas/web/servlets/DataURLServlet.html | 340 ++++++++ .../at/gv/egiz/pdfas/web/servlets/ErrorPage.html | 340 ++++++++ .../egiz/pdfas/web/servlets/ExternSignServlet.html | 378 +++++++++ .../at/gv/egiz/pdfas/web/servlets/PDFData.html | 340 ++++++++ .../egiz/pdfas/web/servlets/ProvidePDFServlet.html | 340 ++++++++ .../gv/egiz/pdfas/web/servlets/VerifyServlet.html | 340 ++++++++ .../gv/egiz/pdfas/web/servlets/package-frame.html | 24 + .../egiz/pdfas/web/servlets/package-summary.html | 163 ++++ .../gv/egiz/pdfas/web/servlets/package-tree.html | 139 ++++ 31 files changed, 7791 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/web/config/WebConfiguration.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/config/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/config/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/config/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/exception/PdfAsSecurityLayerException.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/exception/PdfAsWebException.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/exception/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/exception/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/exception/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/filter/ExceptionCatchFilter.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/filter/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/filter/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/filter/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/DigestHelper.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/HTMLFormater.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/PDFASSession.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/PdfAsHelper.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/PdfAsParameterExtractor.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/RemotePDFFetcher.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/DataURLServlet.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/ErrorPage.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/PDFData.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/ProvidePDFServlet.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/VerifyServlet.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/web/servlets/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/web') diff --git a/docs/full/at/gv/egiz/pdfas/web/config/WebConfiguration.html b/docs/full/at/gv/egiz/pdfas/web/config/WebConfiguration.html new file mode 100644 index 00000000..c2f54d96 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/config/WebConfiguration.html @@ -0,0 +1,682 @@ + + + + + +WebConfiguration + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.config
+

Class WebConfiguration

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

      Constructor Detail

      + + + +
        +
      • +

        WebConfiguration

        +
        public WebConfiguration()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public static void configure(java.lang.String config)
        +
      • +
      + + + +
        +
      • +

        getPublicURL

        +
        public static java.lang.String getPublicURL()
        +
      • +
      + + + +
        +
      • +

        getLocalBKUURL

        +
        public static java.lang.String getLocalBKUURL()
        +
      • +
      + + + +
        +
      • +

        getOnlineBKUURL

        +
        public static java.lang.String getOnlineBKUURL()
        +
      • +
      + + + +
        +
      • +

        getHandyBKUURL

        +
        public static java.lang.String getHandyBKUURL()
        +
      • +
      + + + +
        +
      • +

        getPdfASDir

        +
        public static java.lang.String getPdfASDir()
        +
      • +
      + + + +
        +
      • +

        getKeystoreFile

        +
        public static java.lang.String getKeystoreFile()
        +
      • +
      + + + +
        +
      • +

        getKeystoreType

        +
        public static java.lang.String getKeystoreType()
        +
      • +
      + + + +
        +
      • +

        getKeystorePass

        +
        public static java.lang.String getKeystorePass()
        +
      • +
      + + + +
        +
      • +

        getKeystoreAlias

        +
        public static java.lang.String getKeystoreAlias()
        +
      • +
      + + + +
        +
      • +

        getKeystoreKeyPass

        +
        public static java.lang.String getKeystoreKeyPass()
        +
      • +
      + + + +
        +
      • +

        getMOASSEnabled

        +
        public static boolean getMOASSEnabled()
        +
      • +
      + + + +
        +
      • +

        getKeystoreEnabled

        +
        public static boolean getKeystoreEnabled()
        +
      • +
      + + + +
        +
      • +

        isShowErrorDetails

        +
        public static boolean isShowErrorDetails()
        +
      • +
      + + + +
        +
      • +

        isWhiteListEnabled

        +
        public static boolean isWhiteListEnabled()
        +
      • +
      + + + +
        +
      • +

        isProvidePdfURLinWhitelist

        +
        public static boolean isProvidePdfURLinWhitelist(java.lang.String url)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/config/package-frame.html b/docs/full/at/gv/egiz/pdfas/web/config/package-frame.html new file mode 100644 index 00000000..ded6ad0f --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/config/package-frame.html @@ -0,0 +1,19 @@ + + + + + +at.gv.egiz.pdfas.web.config + + + + +

at.gv.egiz.pdfas.web.config

+
+

Classes

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

Package at.gv.egiz.pdfas.web.config

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

Hierarchy For Package at.gv.egiz.pdfas.web.config

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/exception/PdfAsSecurityLayerException.html b/docs/full/at/gv/egiz/pdfas/web/exception/PdfAsSecurityLayerException.html new file mode 100644 index 00000000..66dccb40 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/exception/PdfAsSecurityLayerException.html @@ -0,0 +1,250 @@ + + + + + +PdfAsSecurityLayerException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.exception
+

Class PdfAsSecurityLayerException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsSecurityLayerException
    +extends java.lang.Exception
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsSecurityLayerException(java.lang.String info, + int errorcode) 
      +
    • +
    + +
      +
    • + + +

      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

      + + + +
        +
      • +

        PdfAsSecurityLayerException

        +
        public PdfAsSecurityLayerException(java.lang.String info,
        +                           int errorcode)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/exception/PdfAsWebException.html b/docs/full/at/gv/egiz/pdfas/web/exception/PdfAsWebException.html new file mode 100644 index 00000000..67f04fc5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/exception/PdfAsWebException.html @@ -0,0 +1,262 @@ + + + + + +PdfAsWebException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.exception
+

Class PdfAsWebException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsWebException
    +extends java.lang.Exception
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsWebException(java.lang.String message) 
      PdfAsWebException(java.lang.String message, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      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

      + + + +
        +
      • +

        PdfAsWebException

        +
        public PdfAsWebException(java.lang.String message)
        +
      • +
      + + + +
        +
      • +

        PdfAsWebException

        +
        public PdfAsWebException(java.lang.String message,
        +                 java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/exception/package-frame.html b/docs/full/at/gv/egiz/pdfas/web/exception/package-frame.html new file mode 100644 index 00000000..b554325d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/exception/package-frame.html @@ -0,0 +1,20 @@ + + + + + +at.gv.egiz.pdfas.web.exception + + + + +

at.gv.egiz.pdfas.web.exception

+
+

Exceptions

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/web/exception/package-summary.html b/docs/full/at/gv/egiz/pdfas/web/exception/package-summary.html new file mode 100644 index 00000000..7bdd915b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/exception/package-summary.html @@ -0,0 +1,135 @@ + + + + + +at.gv.egiz.pdfas.web.exception + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.web.exception

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/exception/package-tree.html b/docs/full/at/gv/egiz/pdfas/web/exception/package-tree.html new file mode 100644 index 00000000..8eaa5a3d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/exception/package-tree.html @@ -0,0 +1,135 @@ + + + + + +at.gv.egiz.pdfas.web.exception Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.web.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/filter/ExceptionCatchFilter.html b/docs/full/at/gv/egiz/pdfas/web/filter/ExceptionCatchFilter.html new file mode 100644 index 00000000..c0f48786 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/filter/ExceptionCatchFilter.html @@ -0,0 +1,311 @@ + + + + + +ExceptionCatchFilter + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.filter
+

Class ExceptionCatchFilter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    javax.servlet.Filter
    +
    +
    +
    +
    public class ExceptionCatchFilter
    +extends java.lang.Object
    +implements javax.servlet.Filter
    +
    Servlet Filter implementation class ExceptionCatchFilter
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ExceptionCatchFilter() +
      Default constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voiddestroy() 
      voiddoFilter(javax.servlet.ServletRequest request, + javax.servlet.ServletResponse response, + javax.servlet.FilterChain chain) 
      voidinit(javax.servlet.FilterConfig fConfig) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ExceptionCatchFilter

        +
        public ExceptionCatchFilter()
        +
        Default constructor.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        destroy

        +
        public void destroy()
        +
        +
        Specified by:
        +
        destroy in interface javax.servlet.Filter
        +
        See Also:
        Filter.destroy()
        +
      • +
      + + + +
        +
      • +

        doFilter

        +
        public void doFilter(javax.servlet.ServletRequest request,
        +            javax.servlet.ServletResponse response,
        +            javax.servlet.FilterChain chain)
        +              throws java.io.IOException,
        +                     javax.servlet.ServletException
        +
        +
        Specified by:
        +
        doFilter in interface javax.servlet.Filter
        +
        Throws:
        +
        java.io.IOException
        +
        javax.servlet.ServletException
        See Also:
        Filter.doFilter(ServletRequest, ServletResponse, FilterChain)
        +
      • +
      + + + +
        +
      • +

        init

        +
        public void init(javax.servlet.FilterConfig fConfig)
        +          throws javax.servlet.ServletException
        +
        +
        Specified by:
        +
        init in interface javax.servlet.Filter
        +
        Throws:
        +
        javax.servlet.ServletException
        See Also:
        Filter.init(FilterConfig)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/filter/package-frame.html b/docs/full/at/gv/egiz/pdfas/web/filter/package-frame.html new file mode 100644 index 00000000..cd95fba7 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/filter/package-frame.html @@ -0,0 +1,19 @@ + + + + + +at.gv.egiz.pdfas.web.filter + + + + +

at.gv.egiz.pdfas.web.filter

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/web/filter/package-summary.html b/docs/full/at/gv/egiz/pdfas/web/filter/package-summary.html new file mode 100644 index 00000000..aa42edee --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/filter/package-summary.html @@ -0,0 +1,133 @@ + + + + + +at.gv.egiz.pdfas.web.filter + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.web.filter

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

Hierarchy For Package at.gv.egiz.pdfas.web.filter

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/DigestHelper.html b/docs/full/at/gv/egiz/pdfas/web/helper/DigestHelper.html new file mode 100644 index 00000000..ce62c594 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/DigestHelper.html @@ -0,0 +1,381 @@ + + + + + +DigestHelper + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.helper
+

Class DigestHelper

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

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringDefaulAlgorithm 
      static java.lang.StringSHA1 
      static java.lang.StringSHA224 
      static java.lang.StringSHA256 
      static java.lang.StringSHA384 
      static java.lang.StringSHA512 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringgetHexEncodedHash(byte[] data) 
      static java.lang.StringgetHexEncodedHash(byte[] data, + java.lang.String algorithm) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        DigestHelper

        +
        public DigestHelper()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHexEncodedHash

        +
        public static java.lang.String getHexEncodedHash(byte[] data)
        +                                          throws java.security.NoSuchAlgorithmException
        +
        Throws:
        +
        java.security.NoSuchAlgorithmException
        +
      • +
      + + + +
        +
      • +

        getHexEncodedHash

        +
        public static java.lang.String getHexEncodedHash(byte[] data,
        +                                 java.lang.String algorithm)
        +                                          throws java.security.NoSuchAlgorithmException
        +
        Throws:
        +
        java.security.NoSuchAlgorithmException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/HTMLFormater.html b/docs/full/at/gv/egiz/pdfas/web/helper/HTMLFormater.html new file mode 100644 index 00000000..fe6e7da9 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/HTMLFormater.html @@ -0,0 +1,254 @@ + + + + + +HTMLFormater + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.helper
+

Class HTMLFormater

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringformatStackTrace(java.lang.StackTraceElement[] elements) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        HTMLFormater

        +
        public HTMLFormater()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        formatStackTrace

        +
        public static java.lang.String formatStackTrace(java.lang.StackTraceElement[] elements)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/PDFASSession.html b/docs/full/at/gv/egiz/pdfas/web/helper/PDFASSession.html new file mode 100644 index 00000000..189ef274 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/PDFASSession.html @@ -0,0 +1,336 @@ + + + + + +PDFASSession + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.helper
+

Class PDFASSession

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PDFASSession
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PDFASSession

        +
        public PDFASSession(SignParameter parameter)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStatusRequest

        +
        public StatusRequest getStatusRequest()
        +
      • +
      + + + +
        +
      • +

        setStatusRequest

        +
        public void setStatusRequest(StatusRequest statusRequest)
        +
      • +
      + + + +
        +
      • +

        getSignParameter

        +
        public SignParameter getSignParameter()
        +
      • +
      + + + +
        +
      • +

        setSignParameter

        +
        public void setSignParameter(SignParameter signParameter)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/PdfAsHelper.html b/docs/full/at/gv/egiz/pdfas/web/helper/PdfAsHelper.html new file mode 100644 index 00000000..642ae3ea --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/PdfAsHelper.html @@ -0,0 +1,875 @@ + + + + + +PdfAsHelper + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.helper
+

Class PdfAsHelper

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringgenerateBKUURL(java.lang.String connector) 
      static java.lang.StringgenerateDataURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.StringgenerateErrorURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.StringgeneratePdfURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.StringgenerateProvideURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.StringgetErrorRedirectTemplateSL() 
      static java.lang.StringgetErrorTemplate() 
      static java.lang.StringgetErrorURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static booleangetFromDataUrl(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetInvokeRedirectTemplateSL() 
      static java.lang.StringgetInvokeURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.StringgetPDFFileName(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetProvideTemplate() 
      static java.lang.StringgetSessionErrMessage(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.ThrowablegetSessionException(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.lang.StringgetSignatureDataHash(javax.servlet.http.HttpServletRequest request) 
      static byte[]getSignedPdf(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static java.util.List<VerifyResult>getVerificationResult(javax.servlet.http.HttpServletRequest request) 
      static voidgotoError(javax.servlet.ServletContext context, + javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static voidgotoProvidePdf(javax.servlet.ServletContext context, + javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      static voidinit() 
      static voidinjectCertificate(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + InfoboxReadResponseType infoboxReadResponseType, + javax.servlet.ServletContext context) 
      static voidinjectSignature(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + CreateCMSSignatureResponseType createCMSSignatureResponseType, + javax.servlet.ServletContext context) 
      static booleanisSignatureActive(javax.servlet.http.HttpServletRequest request) 
      static voidlogAccess(javax.servlet.http.HttpServletRequest request) 
      static voidprocess(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + javax.servlet.ServletContext context) 
      static voidregenerateSession(javax.servlet.http.HttpServletRequest request) 
      static voidsetErrorURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + java.lang.String url) 
      static voidsetFromDataUrl(javax.servlet.http.HttpServletRequest request) 
      static voidsetInvokeURL(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + java.lang.String url) 
      static voidsetPDFFileName(javax.servlet.http.HttpServletRequest request, + java.lang.String value) 
      static voidsetSessionException(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + java.lang.String message, + java.lang.Throwable e) 
      static voidsetSignatureActive(javax.servlet.http.HttpServletRequest request, + boolean value) 
      static voidsetSignatureDataHash(javax.servlet.http.HttpServletRequest request, + java.lang.String value) 
      static voidsetSignedPdf(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + byte[] signedData) 
      static voidsetVerificationResult(javax.servlet.http.HttpServletRequest request, + java.util.List<VerifyResult> value) 
      static voidstartSignature(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + javax.servlet.ServletContext context, + byte[] pdfData) 
      static byte[]synchornousSignature(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + byte[] pdfData) +
      Create synchronous PDF Signature
      +
      static java.util.List<VerifyResult>synchornousVerify(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + byte[] pdfData) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsHelper

        +
        public PdfAsHelper()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public static void init()
        +
      • +
      + + + +
        +
      • +

        synchornousVerify

        +
        public static java.util.List<VerifyResult> synchornousVerify(javax.servlet.http.HttpServletRequest request,
        +                                             javax.servlet.http.HttpServletResponse response,
        +                                             byte[] pdfData)
        +                                                      throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        synchornousSignature

        +
        public static byte[] synchornousSignature(javax.servlet.http.HttpServletRequest request,
        +                          javax.servlet.http.HttpServletResponse response,
        +                          byte[] pdfData)
        +                                   throws java.lang.Exception
        +
        Create synchronous PDF Signature
        +
        Parameters:
        request - The Web request
        response - The Web response
        pdfData - The pdf data
        +
        Returns:
        The signed pdf data
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        startSignature

        +
        public static void startSignature(javax.servlet.http.HttpServletRequest request,
        +                  javax.servlet.http.HttpServletResponse response,
        +                  javax.servlet.ServletContext context,
        +                  byte[] pdfData)
        +                           throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        injectCertificate

        +
        public static void injectCertificate(javax.servlet.http.HttpServletRequest request,
        +                     javax.servlet.http.HttpServletResponse response,
        +                     InfoboxReadResponseType infoboxReadResponseType,
        +                     javax.servlet.ServletContext context)
        +                              throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        injectSignature

        +
        public static void injectSignature(javax.servlet.http.HttpServletRequest request,
        +                   javax.servlet.http.HttpServletResponse response,
        +                   CreateCMSSignatureResponseType createCMSSignatureResponseType,
        +                   javax.servlet.ServletContext context)
        +                            throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        logAccess

        +
        public static void logAccess(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        process

        +
        public static void process(javax.servlet.http.HttpServletRequest request,
        +           javax.servlet.http.HttpServletResponse response,
        +           javax.servlet.ServletContext context)
        +                    throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        getErrorRedirectTemplateSL

        +
        public static java.lang.String getErrorRedirectTemplateSL()
        +                                                   throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        getProvideTemplate

        +
        public static java.lang.String getProvideTemplate()
        +                                           throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        getErrorTemplate

        +
        public static java.lang.String getErrorTemplate()
        +                                         throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        getInvokeRedirectTemplateSL

        +
        public static java.lang.String getInvokeRedirectTemplateSL()
        +                                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        getSignedPdf

        +
        public static byte[] getSignedPdf(javax.servlet.http.HttpServletRequest request,
        +                  javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        setSignedPdf

        +
        public static void setSignedPdf(javax.servlet.http.HttpServletRequest request,
        +                javax.servlet.http.HttpServletResponse response,
        +                byte[] signedData)
        +
      • +
      + + + +
        +
      • +

        setSessionException

        +
        public static void setSessionException(javax.servlet.http.HttpServletRequest request,
        +                       javax.servlet.http.HttpServletResponse response,
        +                       java.lang.String message,
        +                       java.lang.Throwable e)
        +
      • +
      + + + +
        +
      • +

        getSessionErrMessage

        +
        public static java.lang.String getSessionErrMessage(javax.servlet.http.HttpServletRequest request,
        +                                    javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        getSessionException

        +
        public static java.lang.Throwable getSessionException(javax.servlet.http.HttpServletRequest request,
        +                                      javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        gotoError

        +
        public static void gotoError(javax.servlet.ServletContext context,
        +             javax.servlet.http.HttpServletRequest request,
        +             javax.servlet.http.HttpServletResponse response)
        +                      throws javax.servlet.ServletException,
        +                             java.io.IOException
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        gotoProvidePdf

        +
        public static void gotoProvidePdf(javax.servlet.ServletContext context,
        +                  javax.servlet.http.HttpServletRequest request,
        +                  javax.servlet.http.HttpServletResponse response)
        +                           throws javax.servlet.ServletException,
        +                                  java.io.IOException
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        setErrorURL

        +
        public static void setErrorURL(javax.servlet.http.HttpServletRequest request,
        +               javax.servlet.http.HttpServletResponse response,
        +               java.lang.String url)
        +
      • +
      + + + +
        +
      • +

        getErrorURL

        +
        public static java.lang.String getErrorURL(javax.servlet.http.HttpServletRequest request,
        +                           javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        setInvokeURL

        +
        public static void setInvokeURL(javax.servlet.http.HttpServletRequest request,
        +                javax.servlet.http.HttpServletResponse response,
        +                java.lang.String url)
        +
      • +
      + + + +
        +
      • +

        getInvokeURL

        +
        public static java.lang.String getInvokeURL(javax.servlet.http.HttpServletRequest request,
        +                            javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        regenerateSession

        +
        public static void regenerateSession(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        generateDataURL

        +
        public static java.lang.String generateDataURL(javax.servlet.http.HttpServletRequest request,
        +                               javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        generateProvideURL

        +
        public static java.lang.String generateProvideURL(javax.servlet.http.HttpServletRequest request,
        +                                  javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        generateErrorURL

        +
        public static java.lang.String generateErrorURL(javax.servlet.http.HttpServletRequest request,
        +                                javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        generatePdfURL

        +
        public static java.lang.String generatePdfURL(javax.servlet.http.HttpServletRequest request,
        +                              javax.servlet.http.HttpServletResponse response)
        +
      • +
      + + + +
        +
      • +

        generateBKUURL

        +
        public static java.lang.String generateBKUURL(java.lang.String connector)
        +
      • +
      + + + +
        +
      • +

        setFromDataUrl

        +
        public static void setFromDataUrl(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getFromDataUrl

        +
        public static boolean getFromDataUrl(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        setSignatureDataHash

        +
        public static void setSignatureDataHash(javax.servlet.http.HttpServletRequest request,
        +                        java.lang.String value)
        +
      • +
      + + + +
        +
      • +

        getSignatureDataHash

        +
        public static java.lang.String getSignatureDataHash(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        setPDFFileName

        +
        public static void setPDFFileName(javax.servlet.http.HttpServletRequest request,
        +                  java.lang.String value)
        +
      • +
      + + + +
        +
      • +

        getPDFFileName

        +
        public static java.lang.String getPDFFileName(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        setVerificationResult

        +
        public static void setVerificationResult(javax.servlet.http.HttpServletRequest request,
        +                         java.util.List<VerifyResult> value)
        +
      • +
      + + + +
        +
      • +

        getVerificationResult

        +
        public static java.util.List<VerifyResult> getVerificationResult(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        setSignatureActive

        +
        public static void setSignatureActive(javax.servlet.http.HttpServletRequest request,
        +                      boolean value)
        +
      • +
      + + + +
        +
      • +

        isSignatureActive

        +
        public static boolean isSignatureActive(javax.servlet.http.HttpServletRequest request)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/PdfAsParameterExtractor.html b/docs/full/at/gv/egiz/pdfas/web/helper/PdfAsParameterExtractor.html new file mode 100644 index 00000000..3d7a13ac --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/PdfAsParameterExtractor.html @@ -0,0 +1,629 @@ + + + + + +PdfAsParameterExtractor + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.helper
+

Class PdfAsParameterExtractor

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringgetConnector(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetInvokeErrorURL(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetInvokeURL(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetLocale(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetNumBytes(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetPdfUrl(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigIdx(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigPosP(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigPosR(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigPosW(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigPosX(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigPosY(javax.servlet.http.HttpServletRequest request) 
      static java.lang.StringgetSigType(javax.servlet.http.HttpServletRequest request) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PdfAsParameterExtractor

        +
        public PdfAsParameterExtractor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConnector

        +
        public static java.lang.String getConnector(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getInvokeURL

        +
        public static java.lang.String getInvokeURL(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getInvokeErrorURL

        +
        public static java.lang.String getInvokeErrorURL(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getLocale

        +
        public static java.lang.String getLocale(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getNumBytes

        +
        public static java.lang.String getNumBytes(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getPdfUrl

        +
        public static java.lang.String getPdfUrl(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigType

        +
        public static java.lang.String getSigType(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigPosP

        +
        public static java.lang.String getSigPosP(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigPosY

        +
        public static java.lang.String getSigPosY(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigPosX

        +
        public static java.lang.String getSigPosX(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigPosW

        +
        public static java.lang.String getSigPosW(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigPosR

        +
        public static java.lang.String getSigPosR(javax.servlet.http.HttpServletRequest request)
        +
      • +
      + + + +
        +
      • +

        getSigIdx

        +
        public static java.lang.String getSigIdx(javax.servlet.http.HttpServletRequest request)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/RemotePDFFetcher.html b/docs/full/at/gv/egiz/pdfas/web/helper/RemotePDFFetcher.html new file mode 100644 index 00000000..191238d5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/RemotePDFFetcher.html @@ -0,0 +1,257 @@ + + + + + +RemotePDFFetcher + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.helper
+

Class RemotePDFFetcher

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static byte[]fetchPdfFile(java.lang.String pdfURL) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        RemotePDFFetcher

        +
        public RemotePDFFetcher()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/package-frame.html b/docs/full/at/gv/egiz/pdfas/web/helper/package-frame.html new file mode 100644 index 00000000..af88f5a1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/package-frame.html @@ -0,0 +1,24 @@ + + + + + +at.gv.egiz.pdfas.web.helper + + + + +

at.gv.egiz.pdfas.web.helper

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/web/helper/package-summary.html b/docs/full/at/gv/egiz/pdfas/web/helper/package-summary.html new file mode 100644 index 00000000..cf2375b3 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/helper/package-summary.html @@ -0,0 +1,151 @@ + + + + + +at.gv.egiz.pdfas.web.helper + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.web.helper

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

Hierarchy For Package at.gv.egiz.pdfas.web.helper

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/DataURLServlet.html b/docs/full/at/gv/egiz/pdfas/web/servlets/DataURLServlet.html new file mode 100644 index 00000000..4cad00c5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/DataURLServlet.html @@ -0,0 +1,340 @@ + + + + + +DataURLServlet + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.servlets
+

Class DataURLServlet

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class DataURLServlet
    +extends javax.servlet.http.HttpServlet
    +
    Servlet implementation class DataURL
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoPost(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voidprocess(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      +
        +
      • + + +

        Methods inherited from class javax.servlet.http.HttpServlet

        +doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • +
      +
        +
      • + + +

        Methods inherited from class javax.servlet.GenericServlet

        +destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        DataURLServlet

        +
        public DataURLServlet()
        +
        See Also:
        HttpServlet.HttpServlet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        doGet

        +
        protected void doGet(javax.servlet.http.HttpServletRequest request,
        +         javax.servlet.http.HttpServletResponse response)
        +              throws javax.servlet.ServletException,
        +                     java.io.IOException
        +
        +
        Overrides:
        +
        doGet in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doGet(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doPost

        +
        protected void doPost(javax.servlet.http.HttpServletRequest request,
        +          javax.servlet.http.HttpServletResponse response)
        +               throws javax.servlet.ServletException,
        +                      java.io.IOException
        +
        +
        Overrides:
        +
        doPost in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doPost(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        process

        +
        protected void process(javax.servlet.http.HttpServletRequest request,
        +           javax.servlet.http.HttpServletResponse response)
        +                throws javax.servlet.ServletException,
        +                       java.io.IOException
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/ErrorPage.html b/docs/full/at/gv/egiz/pdfas/web/servlets/ErrorPage.html new file mode 100644 index 00000000..b84e0efd --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/ErrorPage.html @@ -0,0 +1,340 @@ + + + + + +ErrorPage + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.servlets
+

Class ErrorPage

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class ErrorPage
    +extends javax.servlet.http.HttpServlet
    +
    Servlet implementation class ErrorPage
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoPost(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voidprocess(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      +
        +
      • + + +

        Methods inherited from class javax.servlet.http.HttpServlet

        +doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • +
      +
        +
      • + + +

        Methods inherited from class javax.servlet.GenericServlet

        +destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ErrorPage

        +
        public ErrorPage()
        +
        See Also:
        HttpServlet.HttpServlet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        doGet

        +
        protected void doGet(javax.servlet.http.HttpServletRequest request,
        +         javax.servlet.http.HttpServletResponse response)
        +              throws javax.servlet.ServletException,
        +                     java.io.IOException
        +
        +
        Overrides:
        +
        doGet in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doGet(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doPost

        +
        protected void doPost(javax.servlet.http.HttpServletRequest request,
        +          javax.servlet.http.HttpServletResponse response)
        +               throws javax.servlet.ServletException,
        +                      java.io.IOException
        +
        +
        Overrides:
        +
        doPost in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doPost(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        process

        +
        protected void process(javax.servlet.http.HttpServletRequest request,
        +           javax.servlet.http.HttpServletResponse response)
        +                throws javax.servlet.ServletException,
        +                       java.io.IOException
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.html b/docs/full/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.html new file mode 100644 index 00000000..84d189b5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/ExternSignServlet.html @@ -0,0 +1,378 @@ + + + + + +ExternSignServlet + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.servlets
+

Class ExternSignServlet

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class ExternSignServlet
    +extends javax.servlet.http.HttpServlet
    +
    Servlet implementation class Sign
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringPDF_AS_WEB_CONF 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ExternSignServlet() +
      Default constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoPost(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoSignature(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + byte[] pdfData) 
      +
        +
      • + + +

        Methods inherited from class javax.servlet.http.HttpServlet

        +doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • +
      +
        +
      • + + +

        Methods inherited from class javax.servlet.GenericServlet

        +destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ExternSignServlet

        +
        public ExternSignServlet()
        +
        Default constructor.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        doGet

        +
        protected void doGet(javax.servlet.http.HttpServletRequest request,
        +         javax.servlet.http.HttpServletResponse response)
        +              throws javax.servlet.ServletException,
        +                     java.io.IOException
        +
        +
        Overrides:
        +
        doGet in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        doPost

        +
        protected void doPost(javax.servlet.http.HttpServletRequest request,
        +          javax.servlet.http.HttpServletResponse response)
        +               throws javax.servlet.ServletException,
        +                      java.io.IOException
        +
        +
        Overrides:
        +
        doPost in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doPost(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doSignature

        +
        protected void doSignature(javax.servlet.http.HttpServletRequest request,
        +               javax.servlet.http.HttpServletResponse response,
        +               byte[] pdfData)
        +                    throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/PDFData.html b/docs/full/at/gv/egiz/pdfas/web/servlets/PDFData.html new file mode 100644 index 00000000..96f8cafa --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/PDFData.html @@ -0,0 +1,340 @@ + + + + + +PDFData + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.servlets
+

Class PDFData

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class PDFData
    +extends javax.servlet.http.HttpServlet
    +
    Servlet implementation class PDFData
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoPost(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voidprocess(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      +
        +
      • + + +

        Methods inherited from class javax.servlet.http.HttpServlet

        +doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • +
      +
        +
      • + + +

        Methods inherited from class javax.servlet.GenericServlet

        +destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PDFData

        +
        public PDFData()
        +
        See Also:
        HttpServlet.HttpServlet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        doGet

        +
        protected void doGet(javax.servlet.http.HttpServletRequest request,
        +         javax.servlet.http.HttpServletResponse response)
        +              throws javax.servlet.ServletException,
        +                     java.io.IOException
        +
        +
        Overrides:
        +
        doGet in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doGet(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doPost

        +
        protected void doPost(javax.servlet.http.HttpServletRequest request,
        +          javax.servlet.http.HttpServletResponse response)
        +               throws javax.servlet.ServletException,
        +                      java.io.IOException
        +
        +
        Overrides:
        +
        doPost in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doPost(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        process

        +
        protected void process(javax.servlet.http.HttpServletRequest request,
        +           javax.servlet.http.HttpServletResponse response)
        +                throws javax.servlet.ServletException,
        +                       java.io.IOException
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/ProvidePDFServlet.html b/docs/full/at/gv/egiz/pdfas/web/servlets/ProvidePDFServlet.html new file mode 100644 index 00000000..743494da --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/ProvidePDFServlet.html @@ -0,0 +1,340 @@ + + + + + +ProvidePDFServlet + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.servlets
+

Class ProvidePDFServlet

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class ProvidePDFServlet
    +extends javax.servlet.http.HttpServlet
    +
    Servlet implementation class ProvidePDF
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoPost(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voidprocess(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      +
        +
      • + + +

        Methods inherited from class javax.servlet.http.HttpServlet

        +doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • +
      +
        +
      • + + +

        Methods inherited from class javax.servlet.GenericServlet

        +destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ProvidePDFServlet

        +
        public ProvidePDFServlet()
        +
        See Also:
        HttpServlet.HttpServlet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        doGet

        +
        protected void doGet(javax.servlet.http.HttpServletRequest request,
        +         javax.servlet.http.HttpServletResponse response)
        +              throws javax.servlet.ServletException,
        +                     java.io.IOException
        +
        +
        Overrides:
        +
        doGet in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doGet(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doPost

        +
        protected void doPost(javax.servlet.http.HttpServletRequest request,
        +          javax.servlet.http.HttpServletResponse response)
        +               throws javax.servlet.ServletException,
        +                      java.io.IOException
        +
        +
        Overrides:
        +
        doPost in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doPost(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        process

        +
        protected void process(javax.servlet.http.HttpServletRequest request,
        +           javax.servlet.http.HttpServletResponse response)
        +                throws javax.servlet.ServletException,
        +                       java.io.IOException
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/VerifyServlet.html b/docs/full/at/gv/egiz/pdfas/web/servlets/VerifyServlet.html new file mode 100644 index 00000000..270ee183 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/VerifyServlet.html @@ -0,0 +1,340 @@ + + + + + +VerifyServlet + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.web.servlets
+

Class VerifyServlet

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class VerifyServlet
    +extends javax.servlet.http.HttpServlet
    +
    Servlet implementation class VerifyServlet
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoPost(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) 
      protected voiddoVerify(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + byte[] pdfData) 
      +
        +
      • + + +

        Methods inherited from class javax.servlet.http.HttpServlet

        +doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • +
      +
        +
      • + + +

        Methods inherited from class javax.servlet.GenericServlet

        +destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        VerifyServlet

        +
        public VerifyServlet()
        +
        See Also:
        HttpServlet.HttpServlet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        doGet

        +
        protected void doGet(javax.servlet.http.HttpServletRequest request,
        +         javax.servlet.http.HttpServletResponse response)
        +              throws javax.servlet.ServletException,
        +                     java.io.IOException
        +
        +
        Overrides:
        +
        doGet in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doGet(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doPost

        +
        protected void doPost(javax.servlet.http.HttpServletRequest request,
        +          javax.servlet.http.HttpServletResponse response)
        +               throws javax.servlet.ServletException,
        +                      java.io.IOException
        +
        +
        Overrides:
        +
        doPost in class javax.servlet.http.HttpServlet
        +
        Throws:
        +
        javax.servlet.ServletException
        +
        java.io.IOException
        See Also:
        HttpServlet.doPost(HttpServletRequest request, HttpServletResponse + response)
        +
      • +
      + + + +
        +
      • +

        doVerify

        +
        protected void doVerify(javax.servlet.http.HttpServletRequest request,
        +            javax.servlet.http.HttpServletResponse response,
        +            byte[] pdfData)
        +                 throws java.lang.Exception
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/package-frame.html b/docs/full/at/gv/egiz/pdfas/web/servlets/package-frame.html new file mode 100644 index 00000000..e93ffece --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/package-frame.html @@ -0,0 +1,24 @@ + + + + + +at.gv.egiz.pdfas.web.servlets + + + + +

at.gv.egiz.pdfas.web.servlets

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/package-summary.html b/docs/full/at/gv/egiz/pdfas/web/servlets/package-summary.html new file mode 100644 index 00000000..6df20763 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/package-summary.html @@ -0,0 +1,163 @@ + + + + + +at.gv.egiz.pdfas.web.servlets + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.web.servlets

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/web/servlets/package-tree.html b/docs/full/at/gv/egiz/pdfas/web/servlets/package-tree.html new file mode 100644 index 00000000..0172f9fa --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/web/servlets/package-tree.html @@ -0,0 +1,139 @@ + + + + + +at.gv.egiz.pdfas.web.servlets Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.web.servlets

+Package Hierarchies: + +
+
+

Class Hierarchy

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