getHmac method
Implementation
String getHmac() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _hmac;
}
}
String getHmac() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _hmac;
}
}