索引

B C D H M P R 
All Classes and Interfaces|所有程序包

M

main(String[]) - 类中的静态方法 Desensitization_Algorithm
在主方法中调用了各个脱敏算法的实例,并将结果打印输出
mask_char(String, int, int, char) - 类中的静态方法 Desensitization_Algorithm
脱敏算法类型:掩码脱敏
脱敏算法2:掩盖指定位的字符

示例如下:
输⼊:13800001234
参数:n=3,m=4,遮盖符*
输出:138****1234

调用方式:
String alg_2 = mask_char("13945678952",3,4,'*')
B C D H M P R 
All Classes and Interfaces|所有程序包