Home
last modified time | relevance | path

Searched refs:certPath (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLParameter.java45 private String certPath; field in FLParameter
101 if (certPath == null || certPath.isEmpty()) { in getCertPath()
106 return certPath; in getCertPath()
109 public void setCertPath(String certPath) { in setCertPath() argument
110 String realCertPath = Common.getRealPath(certPath); in setCertPath()
112 this.certPath = realCertPath; in setCertPath()
DSyncFLJob.java406 String certPath = args[11]; in main() local
414 flParameter.setCertPath(certPath); in main()
441 flParameter.setCertPath(certPath); in main()
/third_party/node/test/sequential/
Dtest-tls-securepair-client.js60 function test(keyPath, certPath, check, next) { argument
62 const cert = fixtures.readSync(certPath).toString();
66 '-cert', fixtures.path(certPath),