Class UTCTime

java.lang.Object
org.mozilla.jss.asn1.TimeBase
org.mozilla.jss.asn1.UTCTime
All Implemented Interfaces:
ASN1Value

public class UTCTime extends TimeBase
  • Field Details

    • TAG

      public static final Tag TAG
    • templateInstance

      private static final UTCTime.Template templateInstance
  • Constructor Details

    • UTCTime

      public UTCTime(Date date)
  • Method Details

    • getTag

      public Tag getTag()
      Description copied from interface: ASN1Value
      Returns the base tag for this type, not counting any tags that may be imposed on it by its context.
      Specified by:
      getTag in interface ASN1Value
      Specified by:
      getTag in class TimeBase
      Returns:
      Base tag.
    • isUTC

      protected boolean isUTC()
      Specified by:
      isUTC in class TimeBase
    • getTemplate

      public static UTCTime.Template getTemplate()