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