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