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
Fields in org.apache.directory.api.asn1.ber declared as TLV Modifier and Type Field Description private TLVAbstractContainer. parentTLVThe parent TLVprivate TLVAbstractContainer. tlvThe current TLVMethods 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 private static StringAsn1Decoder. getParentLength(TLV tlv)A debug function used to dump the expected length stack.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
Fields in org.apache.directory.api.asn1.ber.tlv declared as TLV Modifier and Type Field Description private TLVTLV. parentReference the TLV which contains the current TLV, if any.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)
-