Uses of Class
netscape.ldap.ber.stream.BERElement
-
Packages that use BERElement Package Description 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 Modifier and Type Method Description BERElementLDAPAttribute. getBERElement()Retrieves the BER (Basic Encoding Rules) representation of an attribute.BERElementLDAPModification. getBERElement()Retrieves the BER (Basic Encoding Rules) representation of the current modification.Constructors in netscape.ldap with parameters of type BERElement Constructor Description 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 Modifier and Type Class Description classBERAnyThis class is for the "any" object that is unknown to the BER package but conforms to BER rules.classBERBitStringThis class is for the BitString object.classBERBooleanThis class is for the Boolean object.classBERCharacterStringThis is an abstract base class for character string types.classBERChoiceThis class is for the Choice object.classBERConstructThis abstract class serves as a based class for constructed types such as sequence or set.classBEREnumeratedThis class is for the Enumerated object.classBERIntegerThis class is for the Integer object.classBERIntegralThis is the base class for integral types such as Integer and Enumerated.classBERNullThis class is for the NULL type.classBERNumericStringThis class is for the NumericString type.classBERObjectIdThis class is for the Object ID object.classBEROctetStringThis class is for the OctetString type.classBERPrintableStringThis class is for the PrintableString type.classBERRealThis class is for the Real object.classBERSequenceThis class is for the Sequence object.classBERSetThis class is for the Set object.classBERTagThis class is for the tagged object type.classBERUTCTimeThis class is for the UTCTime object.classBERVisibleStringThis class is for the VisibleString object.Methods in netscape.ldap.ber.stream that return BERElement Modifier and Type Method Description BERElementBERConstruct. elementAt(int index)Gets ber element at specific position.static BERElementBERElement. getElement(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)Gets a ber element from the input stream.abstract BERElementBERTagDecoder. getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit)Gets an application specific ber element from an input stream.BERElementBERChoice. getValue()Gets the value of the chosen type.BERElementBERTag. getValue()Gets the element from the tagged object.Methods in netscape.ldap.ber.stream with parameters of type BERElement Modifier and Type Method Description voidBERConstruct. addElement(BERElement element)Adds an element to the list.Constructors in netscape.ldap.ber.stream with parameters of type BERElement Constructor Description 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 Modifier and Type Method Description BERElementJDAPAVA. getBERElement()Retrieves the ber representation.abstract BERElementJDAPFilter. getBERElement()Gets the ber representation of filter.BERElementJDAPFilterAVA. getBERElement()Gets the ber representation of the filter.BERElementJDAPFilterExtensible. getBERElement()Gets ber representation of the filter.BERElementJDAPFilterNot. getBERElement()Gets ber representation of the filter.BERElementJDAPFilterPresent. getBERElement()Gets ber representation of the filter.BERElementJDAPFilterSet. getBERElement()Gets the ber representation of the filter.BERElementJDAPFilterSubString. getBERElement()Gets ber representation of the filter.BERElementJDAPBERTagDecoder. 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 Modifier and Type Field Description protected BERElementJDAPResult. m_elementPrivate variableprotected BERElementJDAPSearchResponse. m_elementprotected BERElementJDAPSearchResultReference. m_elementMethods in netscape.ldap.client.opers that return BERElement Modifier and Type Method Description BERElementJDAPAbandonRequest. getBERElement()Gets the ber representation of abandon request.BERElementJDAPAddRequest. getBERElement()Gets the ber representation of add request.BERElementJDAPBindRequest. getBERElement()Retrieves the ber representation of the request.BERElementJDAPCompareRequest. getBERElement()Retrieves the ber representation of the request.BERElementJDAPDeleteRequest. getBERElement()Gets the ber representation of the delete request.BERElementJDAPExtendedRequest. getBERElement()Gets the ber representation of extended request.BERElementJDAPModifyRDNRequest. getBERElement()Gets the ber representation of the request.BERElementJDAPModifyRequest. getBERElement()Gets the ber representation of modify request.BERElementJDAPProtocolOp. getBERElement()Retrieves the ber representation of the operation.BERElementJDAPResult. getBERElement()Retrieves the ber representation of the result.BERElementJDAPSearchRequest. getBERElement()Gets the ber representation of search request.BERElementJDAPSearchResponse. getBERElement()Retrieves ber representation of the result.BERElementJDAPSearchResultReference. getBERElement()Retrieves the BER representation of this object.BERElementJDAPUnbindRequest. getBERElement()Gets the ber representation of the unbind rquest.Constructors in netscape.ldap.client.opers with parameters of type BERElement Constructor Description 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.
-