|
|||||||||||
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
Rule for decoding an ASN.1 ENUMERATED type.
Field Summary |
Fields inherited from class org.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule |
|
Fields inherited from class org.apache.asn1.ber.digester.AbstractRule |
|
Constructor Summary | |
PrimitiveEnumDecodeRule()
Simply uses the UniversalTag.ENUMERATED tag instead of int. |
|
PrimitiveEnumDecodeRule(TagEnum tag)
Simply uses the UniversalTag.ENUMERATED tag instead of int. |
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 |