可信证书描述信息增加特殊字符串转移
crl配置null处理
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user