|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BERDecoderState | |
---|---|
org.apache.asn1.ber | Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples. |
Uses of BERDecoderState in org.apache.asn1.ber |
---|
Fields in org.apache.asn1.ber declared as BERDecoderState | |
---|---|
static BERDecoderState |
BERDecoderState.LENGTH
enum for the LENGTH state |
private BERDecoderState |
BERDecoder.state
the state of this decoder |
static BERDecoderState |
BERDecoderState.TAG
enum for the TAG state |
static BERDecoderState |
BERDecoderState.VALUE
enum for the VALUE state |
Methods in org.apache.asn1.ber that return BERDecoderState | |
---|---|
BERDecoderState |
BERDecoderState.getNext(boolean isPrimitive)
Gets the next state after this BERDecoderState based on the nature of the present TLV being processed. |
static BERDecoderState |
BERDecoderState.getStartState()
Gets the start state. |
(package private) BERDecoderState |
BERDecoder.getState()
Gets the current state of this BERDecoder. |
static BERDecoderState |
BERDecoderState.getState(int value)
Gets the state of the decoder using a state value. |
static BERDecoderState |
BERDecoderState.getState(java.lang.String stateName)
Gets the enum type for the state regardless of case. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |