| Package | Description |
|---|---|
| org.apache.directory.api.asn1.actions | |
| org.apache.directory.api.asn1.ber | |
| org.apache.directory.api.asn1.ber.grammar |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReadBitString<C extends Asn1Container>
The action used read a BITSTRING from a TLV
|
class |
AbstractReadInteger<E extends Asn1Container>
The action used to read an integer value
|
class |
AbstractReadOctetString<C extends Asn1Container>
The action used to read an OCTET STRING value
|
class |
CheckNotNullLength<C extends Asn1Container>
An action that checks the length is not null
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContainer
This class is the abstract container used to store the current state of a PDU
being decoded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Asn1Decoder.decode(ByteBuffer stream,
Asn1Container container)
The decoder main function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGrammar<C extends Asn1Container>
The abstract Grammar which is the Mother of all the grammars.
|
interface |
Action<C extends Asn1Container>
Action interface just contains the method 'action' which must be implemented
in all the implementing classes.
|
interface |
Grammar<C extends Asn1Container>
The interface which expose common behavior of a Grammar implementer.
|
class |
GrammarAction<C extends Asn1Container>
A top level grammar class that store meta informations about the actions.
|
class |
GrammarTransition<C extends Asn1Container>
Define a transition between two states of a grammar.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.