netscape.ldap.client
Class JDAPFilterOpers

java.lang.Object
  extended bynetscape.ldap.client.JDAPFilterOpers

class JDAPFilterOpers
extends java.lang.Object

This class provides miscellaneous operations for JDAPFilter object. It converts string with escape characters to the byte array. It also returns the ber octet string for the specified string with escape characters.


Constructor Summary
(package private) JDAPFilterOpers()
           
 
Method Summary
(package private) static byte[] getByteValues(java.lang.String str)
          This method converts the given string into bytes.
(package private) static BEROctetString getOctetString(java.lang.String str)
          Returns the octetString for the given string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDAPFilterOpers

JDAPFilterOpers()
Method Detail

getOctetString

static BEROctetString getOctetString(java.lang.String str)
Returns the octetString for the given string

Returns:
The octetString for the given string

getByteValues

static byte[] getByteValues(java.lang.String str)
This method converts the given string into bytes. It also handles the escape characters embedded in the given string.

Parameters:
str - The given string being converted into a byte array
Returns:
A byte array