Searched defs:caRoot (Results 1 – 2 of 2) sorted by relevance
87 private String caRoot; field in TlsContextOptions243 public void overrideDefaultTrustStore(String caRoot) throws IllegalArgumentException { in overrideDefaultTrustStore()469 public TlsContextOptions withCertificateAuthority(String caRoot) { in withCertificateAuthority()565 String caRoot, in tlsContextOptionsNew()
122 String caRoot = null; field in MqttClientConnectionFixture