org.mozilla.jss.asn1
Class TimeBase.Template

java.lang.Object
  |
  +--org.mozilla.jss.asn1.TimeBase.Template
Direct Known Subclasses:
GeneralizedTime.Template, UTCTime.Template
Enclosing class:
TimeBase

public abstract static class TimeBase.Template
extends java.lang.Object


Constructor Summary
TimeBase.Template()
           
 
Method Summary
 ASN1Value decode(java.io.InputStream istream)
           
 ASN1Value decode(Tag implicitTag, java.io.InputStream istream)
           
 boolean tagMatch(Tag tag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeBase.Template

public TimeBase.Template()
Method Detail

tagMatch

public boolean tagMatch(Tag tag)

decode

public ASN1Value decode(java.io.InputStream istream)
                 throws java.io.IOException,
                        InvalidBERException

decode

public ASN1Value decode(Tag implicitTag,
                        java.io.InputStream istream)
                 throws java.io.IOException,
                        InvalidBERException