| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.mozilla.jss.asn1.INTEGER.Templateorg.mozilla.jss.asn1.ENUMERATED.TemplateMethod Summary | |
ASN1Value | |
boolean | |
Methods inherited from class org.mozilla.jss.asn1.INTEGER.Template | |
decode, decode, tagMatch | |
public ASN1Value decode(Tag tag, InputStream derStream) throws InvalidBERException, IOException
Decodes an ASN1Value from the InputStream with the given implicit tag.
- Specified by:
- decode in interface ASN1Template
- Overrides:
- decode in interface INTEGER.Template
- Parameters:
public boolean tagMatch(Tag tag)
Determines whether the given tag will satisfy this template.
- Specified by:
- tagMatch in interface ASN1Template
- Overrides:
- tagMatch in interface INTEGER.Template