Class UTCTime

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UTCTime.Template  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Tag TAG  
      • Fields inherited from class org.mozilla.jss.asn1.TimeBase

        FORM
    • Constructor Summary

      Constructors 
      Constructor Description
      UTCTime​(java.util.Date date)  
    • Field Detail

      • TAG

        public static final Tag TAG
    • Constructor Detail

      • UTCTime

        public UTCTime​(java.util.Date date)
    • Method Detail

      • 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