Class TimestampConstants


  • public class TimestampConstants
    extends java.lang.Object
    Timestamp constants util class for internal usage only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Object UNDEFINED_TIMESTAMP_DATE
      The timestamp which is returned in case the signed document doesn't contain timestamp.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UNDEFINED_TIMESTAMP_DATE

        public static final java.lang.Object UNDEFINED_TIMESTAMP_DATE
        The timestamp which is returned in case the signed document doesn't contain timestamp. The constant's value is different in Java and .NET.
    • Constructor Detail

      • TimestampConstants

        public TimestampConstants()