Class MessageDigestAlgorithms

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MD2
      The MD2 message digest algorithm defined in RFC 1319.
      static java.lang.String MD5
      The MD5 message digest algorithm defined in RFC 1321.
      static java.lang.String SHA_1
      The SHA-1 hash algorithm defined in the FIPS PUB 180-2.
      static java.lang.String SHA_224
      The SHA-224 hash algorithm defined in the FIPS PUB 180-3.
      static java.lang.String SHA_256
      The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
      static java.lang.String SHA_384
      The SHA-384 hash algorithm defined in the FIPS PUB 180-2.
      static java.lang.String SHA_512
      The SHA-512 hash algorithm defined in the FIPS PUB 180-2.
      static java.lang.String SHA_512_224
      The SHA-512 hash algorithm defined in the FIPS PUB 180-4.
      static java.lang.String SHA_512_256
      The SHA-512 hash algorithm defined in the FIPS PUB 180-4.
      static java.lang.String SHA3_224
      The SHA3-224 hash algorithm defined in the FIPS PUB 202.
      static java.lang.String SHA3_256
      The SHA3-256 hash algorithm defined in the FIPS PUB 202.
      static java.lang.String SHA3_384
      The SHA3-384 hash algorithm defined in the FIPS PUB 202.
      static java.lang.String SHA3_512
      The SHA3-512 hash algorithm defined in the FIPS PUB 202.
      static java.lang.String SHAKE128_256
      The SHAKE128-256 hash algorithm defined in the FIPS PUB 202.
      static java.lang.String SHAKE256_512
      The SHAKE128-512 hash algorithm defined in the FIPS PUB 202.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] values()
      Gets all constant values defined in this class.
      • Methods inherited from class java.lang.Object

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