类 Desensitization
java.lang.Object
cn.valot.common.data.Desensitization
脱敏工具类
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Desensitization
public Desensitization()
-
-
方法详细资料
-
replace
字符串脱敏- 参数:
src- 原字符串 e.g. 123456789skip- 开头保留字符数 e.g. 2left- 结尾保留字符数 e.g. 2replaceTo- 替换成的字符 e.g. *nth- 替换的字符重复次数 e.g. 4- 返回:
- e.g. 12****89
-