From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/gv/egiz/pdfas/web/helper/DigestHelper.html | 381 +++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/web/helper/DigestHelper.html (limited to 'docs/full/at/gv/egiz/pdfas/web/helper/DigestHelper.html') 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
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3