Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mozilla.jss.asn1.INTEGER.Template
org.mozilla.jss.asn1.ENUMERATED.Template
Method 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