public interface TimestampService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNonce()
Returns a nonce (unique value for each request)
|
java.lang.String |
getTimestampInSeconds()
Returns the unix epoch timestamp in seconds
|