org.mozilla.jss.pkix.cert

Class Extension.Template

Enclosing Class:
Extension
Implemented Interfaces:
ASN1Template

public static class Extension.Template
extends java.lang.Object
implements ASN1Template

Constructor Summary

Template()

Method Summary

ASN1Value
decode(InputStream istream)
ASN1Value
decode(Tag implicit, InputStream istream)
boolean
tagMatch(Tag t)

Constructor Details

Template

public Template()

Method Details

decode

public ASN1Value decode(InputStream istream)
            throws IOException,
                   InvalidBERException
Specified by:
decode in interface ASN1Template

decode

public ASN1Value decode(Tag implicit,
                        InputStream istream)
            throws IOException,
                   InvalidBERException
Specified by:
decode in interface ASN1Template

tagMatch

public boolean tagMatch(Tag t)
Specified by:
tagMatch in interface ASN1Template