Package org.mozilla.jss.asn1
Class UTCTime
- java.lang.Object
-
- org.mozilla.jss.asn1.TimeBase
-
- org.mozilla.jss.asn1.UTCTime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UTCTime.Template
-
Constructor Summary
Constructors Constructor Description UTCTime(java.util.Date date)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tag
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static UTCTime.Template
getTemplate()
protected boolean
isUTC()
-
-
-
Field Detail
-
TAG
public static final Tag TAG
-
-
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.
-
getTemplate
public static UTCTime.Template getTemplate()
-
-