public class TimestampServiceImpl extends Object implements TimestampService
TimestampService
using plain java classes.Constructor and Description |
---|
TimestampServiceImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getNonce()
Returns a nonce (unique value for each request)
|
String |
getTimestampInSeconds()
Returns the unix epoch timestamp in seconds
|
public String getNonce()
getNonce
in interface TimestampService
public String getTimestampInSeconds()
getTimestampInSeconds
in interface TimestampService
Copyright © 2015. All rights reserved.