|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Asn1Container | |
|---|---|
| org.apache.directory.api.asn1.actions | |
| org.apache.directory.api.asn1.ber | |
| org.apache.directory.api.asn1.ber.grammar | |
| Uses of Asn1Container in org.apache.directory.api.asn1.actions |
|---|
| Classes in org.apache.directory.api.asn1.actions with type parameters of type Asn1Container | |
|---|---|
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 |
| Uses of Asn1Container in org.apache.directory.api.asn1.ber |
|---|
| Classes in org.apache.directory.api.asn1.ber that implement Asn1Container | |
|---|---|
class |
AbstractContainer
This class is the abstract container used to store the current state of a PDU being decoded. |
| Methods in org.apache.directory.api.asn1.ber with parameters of type Asn1Container | |
|---|---|
void |
Asn1Decoder.decode(ByteBuffer stream,
Asn1Container container)
The decoder main function. |
| Uses of Asn1Container in org.apache.directory.api.asn1.ber.grammar |
|---|
| Classes in org.apache.directory.api.asn1.ber.grammar with type parameters of type Asn1Container | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||