public class HashUtils extends Object
| Constructor and Description |
|---|
HashUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeHashToOIDC(byte[] hash) |
static byte[] |
hash(String javaAlgorithmName,
byte[] inputBytes) |
static String |
oidcHash(String jwtAlgorithmName,
String input) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.