Package com.yubico.yubikit.fido.client
Class Utils
java.lang.Object
com.yubico.yubikit.fido.client.Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]hash(byte[] message) Return SHA-256 hash of the provided input
-
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
-