Lines Matching refs:TrustManager
176 {@link javax.net.ssl.TrustManager}. A {@link javax.net.ssl.TrustManager} is what the system
179 will be the only CAs trusted by that {@link javax.net.ssl.TrustManager}.</p>
181 <p>Given the new {@link javax.net.ssl.TrustManager},
211 // Create a TrustManager that trusts the CAs in our KeyStore
216 // Create an SSLContext that uses our TrustManager
229 <p>With a custom {@link javax.net.ssl.TrustManager} that knows about your CAs,
235 {@link javax.net.ssl.TrustManager} that does nothing. If you do this you might as well not
240 certificate and—without a {@link javax.net.ssl.TrustManager} that actually
254 <p>You can create your own {@link javax.net.ssl.TrustManager},
332 intermediate CA like any other unknown CA, and create a {@link javax.net.ssl.TrustManager}
436 In fact, when using a custom {@link javax.net.ssl.TrustManager}, what is passed to
438 So if you need to use a custom {@link javax.net.ssl.TrustManager} with an
509 a custom {@link javax.net.ssl.TrustManager}.