Uses of Interface
com.ongres.stringprep.Profile
-
Packages that use Profile Package Description com.ongres.nameprep Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN).com.ongres.saslprep SASLprep: Stringprep Profile for User Names and Passwords.com.ongres.stringprep Preparation of Internationalized Strings ("stringprep"). -
-
Uses of Profile in com.ongres.nameprep
Classes in com.ongres.nameprep that implement Profile Modifier and Type Class Description class
Nameprep
Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN). -
Uses of Profile in com.ongres.saslprep
Classes in com.ongres.saslprep that implement Profile Modifier and Type Class Description class
SASLprep
SASLprep: Stringprep Profile for User Names and Passwords. -
Uses of Profile in com.ongres.stringprep
Fields in com.ongres.stringprep declared as Profile Modifier and Type Field Description private Profile
Stringprep. profile
Methods in com.ongres.stringprep that return Profile Modifier and Type Method Description (package private) static Profile
StringprepLocator. getProfile(java.lang.String profileName)
static Profile
Stringprep. getProvider(java.lang.String profileName)
Lookup the provider service that contains the profile.Constructors in com.ongres.stringprep with parameters of type Profile Constructor Description Stringprep(Profile profile, boolean storedStrings)
-