可信证书内置证书功能添加
This commit is contained in:
@@ -20,6 +20,8 @@ public class PxyObjTrustedCaCert extends BaseCfg<PxyObjTrustedCaCert> {
|
||||
private String certFile;
|
||||
@ExcelField(title="crl_file",sort=4)
|
||||
private String crlFile;
|
||||
@ExcelField(title="built_in",sort=4)//是否内置证书
|
||||
private Integer builtIn;
|
||||
|
||||
public String getCrlFile() {
|
||||
return crlFile;
|
||||
@@ -47,6 +49,11 @@ public class PxyObjTrustedCaCert extends BaseCfg<PxyObjTrustedCaCert> {
|
||||
public void setIndexTable(String indexTable) {
|
||||
this.indexTable = indexTable;
|
||||
}
|
||||
|
||||
public Integer getBuiltIn() {
|
||||
return builtIn;
|
||||
}
|
||||
public void setBuiltIn(Integer builtIn) {
|
||||
this.builtIn = builtIn;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user