public class TimestampServiceImpl extends java.lang.Object implements TimestampService
TimestampService
using plain java classes.Constructor and Description |
---|
TimestampServiceImpl() |
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
|
public java.lang.String getNonce()
getNonce
in interface TimestampService
public java.lang.String getTimestampInSeconds()
getTimestampInSeconds
in interface TimestampService