索引
All Classes and Interfaces|所有程序包
R
- rand_substitute(String, int, int) - 类中的静态方法 Desensitization_Algorithm
-
脱敏算法类型:替换脱敏
脱敏算法7:随机替换
此函数用相同位数随机数替换相应的字符串片段
示例如下:
输⼊:13800001234
参数:n=3,m=4,随机码
输出:13843211234
调用方式:
String alg_7 = rand_substitute("13800001234",3,4)
All Classes and Interfaces|所有程序包