public class BaseTransSecurityServiceImpl extends java.lang.Object implements BaseTransSecurityService
构造器和说明 |
---|
BaseTransSecurityServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
void |
enrichKeyAndIntegrityToLocal(java.lang.String dataKey,
java.lang.String dataIntegrity,
javax.servlet.http.HttpServletResponse response)
将客户端请求header中的对称加密的密钥解密,并将其和完整性值丰富到线程上下文中
|
void |
enrichResultIntegrity(java.lang.String resultIntegrity)
暂存结果完整性
|
java.lang.String |
getDataKey()
获取对称加密的密钥
|
java.lang.String |
getParamIntegrity()
得到参数的完整性
|
void |
setSecretKeyManage(SecretKeyManage secretKeyManage) |
public void setSecretKeyManage(SecretKeyManage secretKeyManage)
public void enrichKeyAndIntegrityToLocal(java.lang.String dataKey, java.lang.String dataIntegrity, javax.servlet.http.HttpServletResponse response) throws BusinessException
BaseTransSecurityService
public java.lang.String getDataKey()
BaseTransSecurityService
getDataKey
在接口中 BaseTransSecurityService
public java.lang.String getParamIntegrity()
BaseTransSecurityService
getParamIntegrity
在接口中 BaseTransSecurityService
public void enrichResultIntegrity(java.lang.String resultIntegrity)
BaseTransSecurityService