| Constructor and Description |
|---|
Sha256() |
| Modifier and Type | Method and Description |
|---|---|
static String |
hmacSHA256(String data,
String key) |
static String |
sha256(String sortedParams) |
public static String hmacSHA256(String data, String key) throws NoSuchAlgorithmException, UnsupportedEncodingException, InvalidKeyException
public static String sha256(String sortedParams) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2021 Clouds Studio. All rights reserved.