Searched defs:rootCerts (Results 1 – 3 of 3) sorted by relevance
323 public Builder trustManager(File rootCerts) throws IOException { in trustManager()337 public Builder trustManager(InputStream rootCerts) throws IOException { in trustManager()
352 public Builder trustManager(File rootCerts) throws IOException { in trustManager()366 public Builder trustManager(InputStream rootCerts) throws IOException { in trustManager()
699 static TrustManager[] createTrustManager(byte[] rootCerts) throws GeneralSecurityException { in createTrustManager()