com.zhibaocloud.carbon.intg.desensitization.CarbonDesensitization Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of carbon-exchange Show documentation
Show all versions of carbon-exchange Show documentation
智保云投保通道开发 SDK。定义数据模型以及数据交互所支持的加解密方法
The newest version!
package com.zhibaocloud.carbon.intg.desensitization;
/**
* @author yangtuo
*/
public interface CarbonDesensitization {
/**
* 脱敏
*
* @param original 原始数据
* @return 脱敏后的数据
*/
T desensitize(T original);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy