HMACVerify
This API verifies keyed hash.
URL
<http/https>://<host-name>:<Port>/protectappws/services/rest/hmacVerify
Input Parameters
Parameters | Description |
---|---|
username | User name. |
password | Password associated with the user. |
keyname | Name of the key to be used for HMAC. |
messagetext | Data on which HMAC is to be performed. |
mac | Message authentication code for verification. |
certAlias | Client certificate alias for making SSL connections (optional). |
certPass | Password for the provided certificate alias (optional). |
Sample REST call for cxf
request
response
Sample SOAP Parameters
Output
boolean – result of HMAC verification.