Class HashUtil

java.lang.Object
eu.cloudnetservice.common.hash.HashUtil

@Deprecated(forRemoval=true) public final class HashUtil extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
for removal in a future version, do not use.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte @NonNull []
    toSha256(byte @NonNull [] bytes)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static byte @NonNull []
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HashUtil

      private HashUtil()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toSha256

      public static byte @NonNull [] toSha256(@NonNull @NonNull String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toSha256

      public static byte @NonNull [] toSha256(byte @NonNull [] bytes)
      Deprecated, for removal: This API element is subject to removal in a future version.