Tabnine Logo
DN.isHexDigit
Code IndexAdd Tabnine to your IDE (free)

How to use
isHexDigit
method
in
com.novell.ldap.util.DN

Best Java code snippets using com.novell.ldap.util.DN.isHexDigit (Showing top 1 results out of 315)

origin: com.novell.ldap/jldap

    throw new IllegalArgumentException(dnString);
  currChar = dnString.charAt(++currIndex);
  if (isHexDigit(currChar))
    if (isHexDigit(nextChar))
  if (isHexDigit(currChar))
    if (isHexDigit(nextChar))
if ((!isHexDigit(currChar)) || (currIndex > lastIndex))
com.novell.ldap.utilDNisHexDigit

Javadoc

Checks a character to see if it is valid hex digit 0-9, a-f, or A-F (ASCII value ranges 48-47, 65-70, 97-102).

Popular methods of DN

  • <init>
    Constructs a new DN based on the specified string representation of a distinguished name. The syntax
  • getRDNs
    Retrieves a list of RDN Objects, or individual names of the DN
  • equals
    Compares this DN to the specified DN to determine if they are equal.
  • explodeDN
    return a string array of the individual RDNs contained in the DN
  • getParent
    Returns the Parent of this DN
  • hexToChar
    Converts two valid hex digit characters that form the string representation of an ascii character va
  • isAlpha
    Checks a character to see if it is an ascii alphabetic character in ranges 65-90 or 97-122.
  • isDigit
    Checks a character to see if it is an ascii digit (0-9) character in the ascii value range 48-57.
  • needsEscape
    Checks a character to see if it must always be escaped in the string representation of a DN. We must
  • toString
    Creates and returns a string that represents this DN. The string follows RFC 2253, which describes S

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getExternalFilesDir (Context)
  • getSystemService (Context)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JButton (javax.swing)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now