Class TimestampServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNonce()
      Returns a nonce (unique value for each request)
      java.lang.String getTimestampInSeconds()
      Returns the unix epoch timestamp in seconds
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimestampServiceImpl

        public TimestampServiceImpl()
        Default constructor.
    • Method Detail

      • getNonce

        public java.lang.String getNonce()
        Returns a nonce (unique value for each request)
        Specified by:
        getNonce in interface TimestampService
        Returns:
        nonce
      • getTimestampInSeconds

        public java.lang.String getTimestampInSeconds()
        Returns the unix epoch timestamp in seconds
        Specified by:
        getTimestampInSeconds in interface TimestampService
        Returns:
        timestamp