org.mozilla.jss.asn1
Class UTCTime.Template

java.lang.Object
  |
  +--org.mozilla.jss.asn1.TimeBase.Template
        |
        +--org.mozilla.jss.asn1.UTCTime.Template
Enclosing class:
UTCTime

public static class UTCTime.Template
extends TimeBase.Template
implements ASN1Template


Constructor Summary
UTCTime.Template()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTCTime.Template

public UTCTime.Template()
Method Detail

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