Interface TimestampService
-
- All Known Implementing Classes:
TimestampServiceImpl
public interface TimestampService
Unix epoch timestamp generator. This class is useful for stubbing in tests.
-
-
Method Summary
Modifier and Type Method Description String
getNonce()
Returns a nonce (unique value for each request)String
getTimestampInSeconds()
Returns the unix epoch timestamp in seconds
-