org.mozilla.jss.asn1

Class BOOLEAN.Template

Enclosing Class:
BOOLEAN
Implemented Interfaces:
ASN1Template

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

A Class for decoding BOOLEAN values from their BER encodings.

Method Summary

ASN1Value
decode(InputStream istream)
ASN1Value
decode(Tag tag, InputStream istream)
boolean
tagMatch(Tag tag)

Method Details

decode

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

decode

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

tagMatch

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