Class Stringprep

java.lang.Object
com.ongres.stringprep.Stringprep

public final class Stringprep extends Object
Java implementation of StringPrep (RFC 3454).
Version:
2.0
See Also:
  • Method Details

    • getProvider

      public static Profile getProvider(String profileName)
      Lookup the provider service that contains the profile.
      Parameters:
      profileName - name of the profile to lookup from the ServiceLoader.
      Returns:
      Profile if there is a provider match.
      Throws:
      IllegalArgumentException - if no provider is found.
      NullPointerException - if profileName is null.