Package | Description |
---|---|
org.apache.directory.shared.asn1.ber | |
org.apache.directory.shared.asn1.ber.tlv |
Modifier and Type | Field and Description |
---|---|
protected TLV |
AbstractContainer.parentTLV
The parent TLV
|
protected TLV |
AbstractContainer.tlv
The current TLV
|
Modifier and Type | Method and Description |
---|---|
TLV |
AbstractContainer.getCurrentTLV()
Get the current TLV
|
TLV |
IAsn1Container.getCurrentTLV()
Get the currentTLV
|
TLV |
AbstractContainer.getParentTLV()
Get the parent TLV;
|
TLV |
IAsn1Container.getParentTLV() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContainer.setCurrentTLV(TLV tlv)
Set the current TLV
|
void |
IAsn1Container.setCurrentTLV(TLV tlv)
Set the current TLV
|
void |
AbstractContainer.setParentTLV(TLV parentTLV)
Set the parent TLV.
|
void |
IAsn1Container.setParentTLV(TLV parentTLV)
Set 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-2013 The Apache Software Foundation. All Rights Reserved.