Package org.mozilla.jss.asn1
Class GeneralizedTime
java.lang.Object
org.mozilla.jss.asn1.TimeBase
org.mozilla.jss.asn1.GeneralizedTime
- All Implemented Interfaces:
ASN1Value
The ASN.1 type
GeneralizedTime-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA class for decodingGeneralizedTimes. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTag()Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static GeneralizedTime.Templateprotected booleanisUTC()
-
Field Details
-
TAG
-
templateInstance
-
-
Constructor Details
-
GeneralizedTime
Creates aGeneralizedTimefrom a Date.- Parameters:
date- Input date.
-
-
Method Details
-
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. -
isUTC
protected boolean isUTC() -
getTemplate
-