Package org.mozilla.jss.asn1
Class GeneralizedTime
- java.lang.Object
-
- org.mozilla.jss.asn1.TimeBase
-
- org.mozilla.jss.asn1.GeneralizedTime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneralizedTime.TemplateA class for decodingGeneralizedTimes.
-
Constructor Summary
Constructors Constructor Description GeneralizedTime(java.util.Date date)Creates aGeneralizedTimefrom a Date.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggetTag()Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static GeneralizedTime.TemplategetTemplate()protected booleanisUTC()
-
-
-
Field Detail
-
TAG
public static final Tag TAG
-
-
Method Detail
-
getTag
public Tag getTag()
Description copied from interface:ASN1ValueReturns the base tag for this type, not counting any tags that may be imposed on it by its context.
-
getTemplate
public static GeneralizedTime.Template getTemplate()
-
-