com.netscape.certsrv.base
Interface ITimeSource
public interface ITimeSource
This interface represents a time source where
current time can be retrieved. CMS is installed
with a default time source that returns
current time based on the system time. It is
possible to register a time source that returns
the current time from a NTP server.
- Version:
- $Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $
Method Summary |
java.util.Date |
getCurrentDate()
Retrieves current time and date. |
getCurrentDate
java.util.Date getCurrentDate()
- Retrieves current time and date.
- Returns:
- current time and date