|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.client.JDAPFilterOpers
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()
Method Detail |
static BEROctetString getOctetString(java.lang.String str)
static byte[] getByteValues(java.lang.String str)
str
- The given string being converted into a byte array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |