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 class
A class for decodingGeneralizedTime
s. -
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.Template
protected boolean
isUTC()
-
Field Details
-
TAG
-
templateInstance
-
-
Constructor Details
-
GeneralizedTime
Creates aGeneralizedTime
from a Date.- Parameters:
date
- Input date.
-
-
Method Details
-
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. -
isUTC
protected boolean isUTC() -
getTemplate
-