org.mozilla.jss.asn1

Class INTEGER.Template

Enclosing Class:
INTEGER
Implemented Interfaces:
ASN1Template

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

Method Summary

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

Method Details

decode

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


decode

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


tagMatch

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