Class Utils

java.lang.Object
com.yubico.yubikit.fido.client.Utils

public class Utils extends Object
  • Method Details

    • hash

      public static byte[] hash(byte[] message)
      Return SHA-256 hash of the provided input
      Parameters:
      message - The hash input
      Returns:
      SHA-256 of the input