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: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.util.Date getCurrentDate()
          Retrieves current time and date.
 

Method Detail

getCurrentDate

java.util.Date getCurrentDate()
Retrieves current time and date.

Returns:
current time and date