类 SaslPrep
- java.lang.Object
-
- com.mysql.cj.util.SaslPrep
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classSaslPrep.StringTypeThe type of string usage regarding the support for unassigned code points as described in RFC 3454, Section 7.
-
构造器概要
构造器 构造器 说明 SaslPrep()
-
-
-
方法详细资料
-
prepare
public static String prepare(String str, SaslPrep.StringType sType)
Prepares the given string by applying the "SASLprep" profile of the "stringprep" algorithm.
-
-