|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.ber.digester.AbstractRule
org.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule
org.apache.asn1.ber.digester.rules.PrimitiveEnumDecodeRule
public class PrimitiveEnumDecodeRule
Rule for decoding an ASN.1 ENUMERATED type.
Constructor Summary | |
---|---|
PrimitiveEnumDecodeRule()
Simply uses the UniversalTag.ENUMERATED tag instead of int. |
|
PrimitiveEnumDecodeRule(TagEnum tag)
Simply uses the UniversalTag.ENUMERATED tag instead of int. |
Method Summary |
---|
Methods inherited from class org.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule |
---|
equals, finish, length, tag, value |
Methods inherited from class org.apache.asn1.ber.digester.AbstractRule |
---|
getDigester, setDigester |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveEnumDecodeRule()
public PrimitiveEnumDecodeRule(TagEnum tag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |