public class SecurityUtils extends Object
| Constructor and Description |
|---|
SecurityUtils() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
byteArrayToHex(byte[] bytes) |
static String |
hmacEncode(String algorithm,
String input,
String privateKey) |
public static String hmacEncode(String algorithm, String input, String privateKey) throws IllegalArgumentException
IllegalArgumentExceptionprotected static String byteArrayToHex(byte[] bytes)
Copyright © 2016 Sauce Labs. All rights reserved.