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
A class for decoding
GeneralizedTime
s.-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
getTag
- Specified by:
getTag
in classTimeBase.Template
-
tagMatch
Description copied from interface:ASN1Template
Determines whether the given tag will satisfy this template.- Specified by:
tagMatch
in interfaceASN1Template
- Overrides:
tagMatch
in classTimeBase.Template
- Parameters:
tag
- Tag.- Returns:
- True if the given tag will satisfy this template.
-
isUTC
protected boolean isUTC()- Specified by:
isUTC
in classTimeBase.Template
-
generateInstance
- Specified by:
generateInstance
in classTimeBase.Template
-