public class Signature extends Object
| Constructor and Description |
|---|
Signature() |
| Modifier and Type | Method and Description |
|---|---|
static String |
calculateRFC2104HMAC(String data,
String key)
Computes RFC 2104-compliant HMAC signature.
|
public static String calculateRFC2104HMAC(String data, String key) throws SignatureException
key - The signing key.SignatureException - when signature generation failsCopyright © 2015. All Rights Reserved.