| Modifier and Type | Class and Description |
|---|---|
static class |
SaslPrep.StringType
The type of string usage regarding the support for unassigned code points as described in RFC
3454, Section 7.
|
| Constructor and Description |
|---|
SaslPrep() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
prepare(java.lang.String str,
SaslPrep.StringType sType)
Prepares the given string by applying the "SASLprep" profile of the "stringprep" algorithm.
|
public static java.lang.String prepare(java.lang.String str,
SaslPrep.StringType sType)