| Package | Description |
|---|---|
| com.mysql.cj.util |
| Modifier and Type | Method and Description |
|---|---|
static SaslPrep.StringType |
SaslPrep.StringType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SaslPrep.StringType[] |
SaslPrep.StringType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
SaslPrep.prepare(java.lang.String str,
SaslPrep.StringType sType)
Prepares the given string by applying the "SASLprep" profile of the "stringprep" algorithm.
|