public class Hmac
extends Object
Value object representing Hmac digest.
- Since:
- 2.0
- Author:
- Luander Ribeiro, Mark Paluch
-
Method Summary
boolean
int
Factory method to create a
Hmac
from the given
hmac
.
-
Method Details
-
of
Factory method to create a
Hmac
from the given
hmac
.
- Parameters:
hmac
- the Hmac digest, must not be null or empty.
- Returns:
- the
Hmac
encapsulating hmac
.
-
-
-
-