Class MessageDigestAlgorithms

    • Field Detail

      • SHA_224

        public static final String SHA_224
        The SHA-224 hash algorithm defined in the FIPS PUB 180-3.

        Present in Oracle Java 8.

        Since:
        1.11
        See Also:
        Constant Field Values
      • SHA_256

        public static final String SHA_256
        The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
        See Also:
        Constant Field Values
      • SHA_384

        public static final String SHA_384
        The SHA-384 hash algorithm defined in the FIPS PUB 180-2.
        See Also:
        Constant Field Values
      • SHA_512

        public static final String SHA_512
        The SHA-512 hash algorithm defined in the FIPS PUB 180-2.
        See Also:
        Constant Field Values
      • SHA_512_224

        public static final String SHA_512_224
        The SHA-512 hash algorithm defined in the FIPS PUB 180-4.

        Included starting in Oracle Java 9.

        Since:
        1.14
        See Also:
        Constant Field Values
      • SHA_512_256

        public static final String SHA_512_256
        The SHA-512 hash algorithm defined in the FIPS PUB 180-4.

        Included starting in Oracle Java 9.

        Since:
        1.14
        See Also:
        Constant Field Values
      • SHA3_224

        public static final String SHA3_224
        The SHA3-224 hash algorithm defined in the FIPS PUB 202.

        Included starting in Oracle Java 9.

        Since:
        1.11
        See Also:
        Constant Field Values
      • SHA3_256

        public static final String SHA3_256
        The SHA3-256 hash algorithm defined in the FIPS PUB 202.

        Included starting in Oracle Java 9.

        Since:
        1.11
        See Also:
        Constant Field Values
      • SHA3_384

        public static final String SHA3_384
        The SHA3-384 hash algorithm defined in the FIPS PUB 202.

        Included starting in Oracle Java 9.

        Since:
        1.11
        See Also:
        Constant Field Values
      • SHA3_512

        public static final String SHA3_512
        The SHA3-512 hash algorithm defined in the FIPS PUB 202.

        Included starting in Oracle Java 9.

        Since:
        1.11
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static String[] values()
        Gets all constant values defined in this class.
        Returns:
        all constant values defined in this class.
        Since:
        1.11