Interface TimestampService

  • All Known Implementing Classes:
    TimestampServiceImpl

    public interface TimestampService
    Unix epoch timestamp generator. This class is useful for stubbing in tests.
    • Method Detail

      • getTimestampInSeconds

        java.lang.String getTimestampInSeconds()
        Returns the unix epoch timestamp in seconds
        Returns:
        timestamp
      • getNonce

        java.lang.String getNonce()
        Returns a nonce (unique value for each request)
        Returns:
        nonce