Uses of Class
org.apache.directory.api.asn1.ber.tlv.TLV
-
Packages that use TLV Package Description org.apache.directory.api.asn1.ber org.apache.directory.api.asn1.ber.tlv -
-
Uses of TLV in org.apache.directory.api.asn1.ber
Methods in org.apache.directory.api.asn1.ber that return TLV Modifier and Type Method Description TLVAbstractContainer. getCurrentTLV()Gets the currentTLVTLVAsn1Container. getCurrentTLV()Gets the currentTLVTLVAbstractContainer. getParentTLV()TLVAsn1Container. getParentTLV()Methods in org.apache.directory.api.asn1.ber with parameters of type TLV Modifier and Type Method Description voidAbstractContainer. setCurrentTLV(TLV currentTLV)Sets the current TLVvoidAsn1Container. setCurrentTLV(TLV tlv)Sets the current TLVvoidAbstractContainer. setParentTLV(TLV parentTLV)Sets the parent TLVvoidAsn1Container. setParentTLV(TLV parentTLV)Sets the parent TLV -
Uses of TLV in org.apache.directory.api.asn1.ber.tlv
Methods in org.apache.directory.api.asn1.ber.tlv that return TLV Modifier and Type Method Description TLVTLV. getParent()Methods in org.apache.directory.api.asn1.ber.tlv with parameters of type TLV Modifier and Type Method Description voidTLV. setParent(TLV parent)
-