|
JSS 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.mozilla.jss.asn1.INTEGER.Template
|
+--org.mozilla.jss.asn1.ENUMERATED.Template
A template for decoding ENUMERATED values from their BER encodings. The template reads the value as an INTEGER. It does not check that it is a valid value for the ENUMERATED type.
| Constructor Summary | |
ENUMERATED.Template()
|
|
| Method Summary | |
ASN1Value |
decode(Tag tag,
java.io.InputStream derStream)
|
(package private) Tag |
getTag()
|
boolean |
tagMatch(Tag tag)
|
| Methods inherited from class org.mozilla.jss.asn1.INTEGER.Template |
decode |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ENUMERATED.Template()
| Method Detail |
Tag getTag()
public boolean tagMatch(Tag tag)
public ASN1Value decode(Tag tag,
java.io.InputStream derStream)
throws InvalidBERException,
java.io.IOException
|
JSS 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||