org.mozilla.jss.asn1

Class TimeBase.Template

Enclosing Class:
TimeBase

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

Method Summary

ASN1Value
decode(InputStream istream)
ASN1Value
decode(Tag implicitTag, InputStream istream)
protected TimeBase
generateInstance(Date date)
protected Tag
getTag()
protected boolean
isUTC()
boolean
tagMatch(Tag tag)

Method Details

decode

public ASN1Value decode(InputStream istream)
            throws IOException,
                   InvalidBERException


decode

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


generateInstance

protected TimeBase generateInstance(Date date)


getTag

protected Tag getTag()


isUTC

protected boolean isUTC()


tagMatch

public boolean tagMatch(Tag tag)