You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




org.mozilla.jss.asn1
Class GeneralizedTime.Template

java.lang.Object
  extended by org.mozilla.jss.asn1.TimeBase.Template
      extended by 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 decoding GeneralizedTimes.


Constructor Summary
GeneralizedTime.Template()
           
 
Method Summary
protected  TimeBase generateInstance(java.util.Date date)
           
protected  Tag getTag()
           
protected  boolean isUTC()
           
 boolean tagMatch(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
 

Constructor Detail

GeneralizedTime.Template

public GeneralizedTime.Template()
Method Detail

getTag

protected Tag getTag()
Specified by:
getTag in class TimeBase.Template

tagMatch

public boolean tagMatch(Tag tag)
Description copied from interface: ASN1Template
Determines whether the given tag will satisfy this template.

Specified by:
tagMatch in interface ASN1Template
Overrides:
tagMatch in class TimeBase.Template

isUTC

protected boolean isUTC()
Specified by:
isUTC in class TimeBase.Template

generateInstance

protected TimeBase generateInstance(java.util.Date date)
Specified by:
generateInstance in class TimeBase.Template