Package com.auth0.jwt

Class ClockImpl

java.lang.Object
com.auth0.jwt.ClockImpl
All Implemented Interfaces:
Clock

final class ClockImpl extends Object implements Clock
  • Constructor Details

    • ClockImpl

      ClockImpl()
  • Method Details

    • getToday

      public Date getToday()
      Description copied from interface: Clock
      Returns a new Date representing Today's time.
      Specified by:
      getToday in interface Clock
      Returns:
      a new Date representing Today's time.