| Package | Description |
|---|---|
| org.apache.directory.api.asn1.ber | |
| org.apache.directory.api.asn1.ber.tlv |
| Modifier and Type | Method and Description |
|---|---|
TLV |
Asn1Container.getCurrentTLV()
Gets the currentTLV
|
TLV |
AbstractContainer.getCurrentTLV()
Gets the currentTLV
|
TLV |
Asn1Container.getParentTLV() |
TLV |
AbstractContainer.getParentTLV() |
| Modifier and Type | Method and Description |
|---|---|
void |
Asn1Container.setCurrentTLV(TLV tlv)
Sets the current TLV
|
void |
AbstractContainer.setCurrentTLV(TLV currentTLV)
Sets the current TLV
|
void |
Asn1Container.setParentTLV(TLV parentTLV)
Sets the parent TLV
|
void |
AbstractContainer.setParentTLV(TLV parentTLV)
Sets the parent TLV
|
| Modifier and Type | Method and Description |
|---|---|
TLV |
TLV.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TLV.setParent(TLV parent) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.