Uses of Class
netscape.ldap.ber.stream.BERElement
Packages that use BERElement
Package
Description
-
Uses of BERElement in netscape.ldap
Methods in netscape.ldap that return BERElementModifier and TypeMethodDescriptionLDAPAttribute.getBERElement()
Retrieves the BER (Basic Encoding Rules) representation of an attribute.LDAPModification.getBERElement()
Retrieves the BER (Basic Encoding Rules) representation of the current modification.Constructors in netscape.ldap with parameters of type BERElementModifierConstructorDescriptionLDAPAttribute
(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.streamModifier and TypeClassDescriptionclass
This class is for the "any" object that is unknown to the BER package but conforms to BER rules.class
This class is for the BitString object.class
This class is for the Boolean object.class
This is an abstract base class for character string types.class
This class is for the Choice object.class
This abstract class serves as a based class for constructed types such as sequence or set.class
This class is for the Enumerated object.class
This class is for the Integer object.class
This is the base class for integral types such as Integer and Enumerated.class
This class is for the NULL type.class
This class is for the NumericString type.class
This class is for the Object ID object.class
This class is for the OctetString type.class
This class is for the PrintableString type.class
This class is for the Real object.class
This class is for the Sequence object.class
This class is for the Set object.class
This class is for the tagged object type.class
This class is for the UTCTime object.class
This class is for the VisibleString object.Methods in netscape.ldap.ber.stream that return BERElementModifier and TypeMethodDescriptionBERConstruct.elementAt
(int index) Gets ber element at specific position.static BERElement
BERElement.getElement
(BERTagDecoder decoder, InputStream stream, int[] bytes_read) Gets a ber element from the input stream.abstract BERElement
BERTagDecoder.getElement
(BERTagDecoder decoder, int tag, InputStream stream, int[] bytes_read, boolean[] implicit) Gets an application specific ber element from an input stream.BERChoice.getValue()
Gets the value of the chosen type.BERTag.getValue()
Gets the element from the tagged object.Methods in netscape.ldap.ber.stream with parameters of type BERElementModifier and TypeMethodDescriptionvoid
BERConstruct.addElement
(BERElement element) Adds an element to the list.Constructors in netscape.ldap.ber.stream with parameters of type BERElementModifierConstructorDescriptionBERAny
(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 BERElementModifier and TypeMethodDescriptionJDAPAVA.getBERElement()
Retrieves the ber representation.abstract BERElement
JDAPFilter.getBERElement()
Gets the ber representation of filter.JDAPFilterAVA.getBERElement()
Gets the ber representation of the filter.JDAPFilterExtensible.getBERElement()
Gets ber representation of the filter.JDAPFilterNot.getBERElement()
Gets ber representation of the filter.JDAPFilterPresent.getBERElement()
Gets ber representation of the filter.JDAPFilterSet.getBERElement()
Gets the ber representation of the filter.JDAPFilterSubString.getBERElement()
Gets ber representation of the filter.JDAPBERTagDecoder.getElement
(BERTagDecoder decoder, int tag, 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 BERElementModifier and TypeFieldDescriptionprotected BERElement
JDAPResult.m_element
Private variableprotected BERElement
JDAPSearchResponse.m_element
protected BERElement
JDAPSearchResultReference.m_element
Methods in netscape.ldap.client.opers that return BERElementModifier and TypeMethodDescriptionJDAPAbandonRequest.getBERElement()
Gets the ber representation of abandon request.JDAPAddRequest.getBERElement()
Gets the ber representation of add request.JDAPBindRequest.getBERElement()
Retrieves the ber representation of the request.JDAPCompareRequest.getBERElement()
Retrieves the ber representation of the request.JDAPDeleteRequest.getBERElement()
Gets the ber representation of the delete request.JDAPExtendedRequest.getBERElement()
Gets the ber representation of extended request.JDAPModifyRDNRequest.getBERElement()
Gets the ber representation of the request.JDAPModifyRequest.getBERElement()
Gets the ber representation of modify request.JDAPProtocolOp.getBERElement()
Retrieves the ber representation of the operation.JDAPResult.getBERElement()
Retrieves the ber representation of the result.JDAPSearchRequest.getBERElement()
Gets the ber representation of search request.JDAPSearchResponse.getBERElement()
Retrieves ber representation of the result.JDAPSearchResultReference.getBERElement()
Retrieves the BER representation of this object.JDAPUnbindRequest.getBERElement()
Gets the ber representation of the unbind rquest.Constructors in netscape.ldap.client.opers with parameters of type BERElementModifierConstructorDescriptionJDAPAddResponse
(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.