Package org.mozilla.jss.asn1
Class GeneralizedTime.Template
- java.lang.Object
-
- org.mozilla.jss.asn1.TimeBase.Template
-
- org.mozilla.jss.asn1.GeneralizedTime.Template
-
- All Implemented Interfaces:
ASN1Template
- Enclosing class:
- GeneralizedTime
public static class GeneralizedTime.Template extends TimeBase.Template implements ASN1Template
A class for decodingGeneralizedTimes.
-
-
Constructor Summary
Constructors Constructor Description Template()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimeBasegenerateInstance(java.util.Date date)protected TaggetTag()protected booleanisUTC()booleantagMatch(Tag tag)Determines whether the given tag will satisfy this template.-
Methods inherited from class org.mozilla.jss.asn1.TimeBase.Template
decode, decode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mozilla.jss.asn1.ASN1Template
decode, decode
-
-
-
-
Method Detail
-
getTag
protected Tag getTag()
- Specified by:
getTagin classTimeBase.Template
-
tagMatch
public boolean tagMatch(Tag tag)
Description copied from interface:ASN1TemplateDetermines whether the given tag will satisfy this template.- Specified by:
tagMatchin interfaceASN1Template- Overrides:
tagMatchin classTimeBase.Template- Parameters:
tag- Tag.- Returns:
- True if the given tag will satisfy this template.
-
isUTC
protected boolean isUTC()
- Specified by:
isUTCin classTimeBase.Template
-
generateInstance
protected TimeBase generateInstance(java.util.Date date)
- Specified by:
generateInstancein classTimeBase.Template
-
-