Class Utils
- java.lang.Object
-
- org.exoplatform.gamification.github.utils.Utils
-
public class Utils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHMAC_SHA1_ALGORITHM
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanverifySignature(String payload, String signature, String secret)
-
-
-
Field Detail
-
HMAC_SHA1_ALGORITHM
public static final String HMAC_SHA1_ALGORITHM
- See Also:
- Constant Field Values
-
-