可信证书描述信息增加特殊字符串转移

crl配置null处理
This commit is contained in:
DuanDongmei
2018-11-23 10:22:44 +08:00
parent 7560d43ba6
commit 21d4ee0f62
3 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ package com.nis.domain.callback;
import java.util.Date;
import com.google.gson.annotations.Expose;
import com.nis.web.service.BaseService;
public class ProxyObjTrustedCa {
@Expose
private Long id; //compileId
@@ -64,6 +65,7 @@ public class ProxyObjTrustedCa {
return certName;
}
public void setCertName(String certName) {
certName=BaseService.keywordsEscape(certName);
this.certName = certName;
}
public String getCertFile() {