Uses of Class
netscape.ldap.ber.stream.BERElement

Packages that use BERElement
netscape.ldap   
netscape.ldap.ber.stream   
netscape.ldap.client   
netscape.ldap.client.opers   
 

Uses of BERElement in netscape.ldap
 

Methods in netscape.ldap that return BERElement
 BERElement LDAPAttribute.getBERElement()
          Retrieves the BER (Basic Encoding Rules) representation of an attribute.
 BERElement LDAPModification.getBERElement()
          Retrieves the BER (Basic Encoding Rules) representation of the current modification.
 

Constructors in netscape.ldap with parameters of type BERElement
LDAPAttribute(BERElement element)
          Constructs an attribute from a BER (Basic Encoding Rules) element.
 

Uses of BERElement in netscape.ldap.ber.stream
 

Subclasses of BERElement in netscape.ldap.ber.stream
 class BERAny
          This class is for the "any" object that is unknown to the BER package but conforms to BER rules.
 class BERBitString
          This class is for the BitString object.
 class BERBoolean
          This class is for the Boolean object.
 class BERCharacterString
          This is an abstract base class for character string types.
 class BERChoice
          This class is for the Choice object.
 class BERConstruct
          This abstract class serves as a based class for constructed types such as sequence or set.
 class BEREnumerated
          This class is for the Enumerated object.
 class BERInteger
          This class is for the Integer object.
 class BERIntegral
          This is the base class for integral types such as Integer and Enumerated.
 class BERNull
          This class is for the NULL type.
 class BERNumericString
          This class is for the NumericString type.
 class BERObjectId
          This class is for the Object ID object.
 class BEROctetString
          This class is for the OctetString type.
 class BERPrintableString
          This class is for the PrintableString type.
 class BERReal
          This class is for the Real object.
 class BERSequence
          This class is for the Sequence object.
 class BERSet
          This class is for the Set object.
 class BERTag
          This class is for the tagged object type.
 class BERUTCTime
          This class is for the UTCTime object.
 class BERVisibleString
          This class is for the VisibleString object.
 

Methods in netscape.ldap.ber.stream that return BERElement
 BERElement BERConstruct.elementAt(int index)
          Gets ber element at specific position.
static BERElement BERElement.getElement(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Gets a ber element from the input stream.
abstract  BERElement BERTagDecoder.getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit)
          Gets an application specific ber element from an input stream.
 BERElement BERChoice.getValue()
          Gets the value of the chosen type.
 BERElement BERTag.getValue()
          Gets the element from the tagged object.
 

Methods in netscape.ldap.ber.stream with parameters of type BERElement
 void BERConstruct.addElement(BERElement element)
          Adds an element to the list.
 

Constructors in netscape.ldap.ber.stream with parameters of type BERElement
BERAny(BERElement value)
          Constructs an "any" element.
BERChoice(BERElement value)
          Constructs a choice element.
BERTag(int tag, BERElement element, boolean implicit)
          Constructs a tag element.
 

Uses of BERElement in netscape.ldap.client
 

Methods in netscape.ldap.client that return BERElement
abstract  BERElement JDAPFilter.getBERElement()
          Gets the ber representation of filter.
 BERElement JDAPFilterSubString.getBERElement()
          Gets ber representation of the filter.
 BERElement JDAPFilterExtensible.getBERElement()
          Gets ber representation of the filter.
 BERElement JDAPAVA.getBERElement()
          Retrieves the ber representation.
 BERElement JDAPFilterSet.getBERElement()
          Gets the ber representation of the filter.
 BERElement JDAPFilterPresent.getBERElement()
          Gets ber representation of the filter.
 BERElement JDAPFilterAVA.getBERElement()
          Gets the ber representation of the filter.
 BERElement JDAPFilterNot.getBERElement()
          Gets ber representation of the filter.
 BERElement JDAPBERTagDecoder.getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit)
          Gets an application specific ber element from the stream.
 

Uses of BERElement in netscape.ldap.client.opers
 

Fields in netscape.ldap.client.opers declared as BERElement
protected  BERElement JDAPSearchResponse.m_element
           
protected  BERElement JDAPResult.m_element
          Private variable
protected  BERElement JDAPSearchResultReference.m_element
           
 

Methods in netscape.ldap.client.opers that return BERElement
 BERElement JDAPCompareRequest.getBERElement()
          Retrieves the ber representation of the request.
 BERElement JDAPModifyRDNRequest.getBERElement()
          Gets the ber representation of the request.
 BERElement JDAPSearchRequest.getBERElement()
          Gets the ber representation of search request.
 BERElement JDAPSearchResponse.getBERElement()
          Retrieves ber representation of the result.
 BERElement JDAPAbandonRequest.getBERElement()
          Gets the ber representation of abandon request.
 BERElement JDAPResult.getBERElement()
          Retrieves the ber representation of the result.
 BERElement JDAPUnbindRequest.getBERElement()
          Gets the ber representation of the unbind rquest.
 BERElement JDAPExtendedRequest.getBERElement()
          Gets the ber representation of extended request.
 BERElement JDAPModifyRequest.getBERElement()
          Gets the ber representation of modify request.
 BERElement JDAPDeleteRequest.getBERElement()
          Gets the ber representation of the delete request.
 BERElement JDAPBindRequest.getBERElement()
          Retrieves the ber representation of the request.
 BERElement JDAPProtocolOp.getBERElement()
          Retrieves the ber representation of the operation.
 BERElement JDAPSearchResultReference.getBERElement()
          Retrieves the BER representation of this object.
 BERElement JDAPAddRequest.getBERElement()
          Gets the ber representation of add request.
 

Constructors in netscape.ldap.client.opers with parameters of type BERElement
JDAPAddResponse(BERElement element)
          Constructs add response.
JDAPBindResponse(BERElement element)
          Constructs bind response.
JDAPCompareResponse(BERElement element)
          Constructs compare response.
JDAPDeleteResponse(BERElement element)
          Constructs delete response.
JDAPExtendedResponse(BERElement element)
          Constructs extended response.
JDAPModifyRDNResponse(BERElement element)
          Constructs modifyRDN response.
JDAPModifyResponse(BERElement element)
          Constructs modify response.
JDAPResult(BERElement element)
          Constructs ldap result.
JDAPSearchResponse(BERElement element)
          Constructs search response.
JDAPSearchResult(BERElement element)
          Constructs search result.
JDAPSearchResultReference(BERElement element)
          Constructs extended response.