com.vaadin.flow.internal.

Class MessageDigestUtil


  • public class MessageDigestUtil
    extends Object

    Utility class for common MessageDigest operations.

    For internal use only. May be renamed or removed in a future release.

    Since:

    1.0

    Author:

    Vaadin Ltd

    • Method Detail

      • sha256

        public static byte[] sha256(String string)

        Calculates the SHA-256 hash of the UTF-16 representation of the given string.

        Parameters:

        string - the string to hash

        Returns:

        32 bytes making up the hash