public class ServerSideApiUtil extends Object
| Constructor and Description |
|---|
ServerSideApiUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
hash(String input) |
static boolean |
isAlreadyHashed(String input)
Checks whether the input is already hashed with SHA256 or MD5.
|
static String |
normalize(String token,
String fieldName)
Gets the normalized value of the
token field, given the |
public static boolean isAlreadyHashed(String input)
input - value that need to be validated.Copyright © 2020. All rights reserved.