Home
last modified time | relevance | path

Searched refs:isServerTrusted (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/net/ssl/
H A DX509TrustManager.java64 public boolean isServerTrusted(X509Certificate[] chain); in isServerTrusted() method
H A DSSLSecurity.java614 if (!theX509TrustManager.isServerTrusted(chain)) { in checkServerTrusted()
678 public boolean isServerTrusted( in isServerTrusted() method in X509TrustManagerComSunWrapper
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/net/ssl/
H A DX509TrustManager.java64 public boolean isServerTrusted(X509Certificate[] chain); in isServerTrusted() method
H A DSSLSecurity.java614 if (!theX509TrustManager.isServerTrusted(chain)) { in checkServerTrusted()
678 public boolean isServerTrusted( in isServerTrusted() method in X509TrustManagerComSunWrapper
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/net/ssl/
H A DX509TrustManager.java64 public boolean isServerTrusted(X509Certificate[] chain); in isServerTrusted() method
H A DSSLSecurity.java620 if (!theX509TrustManager.isServerTrusted(chain)) { in checkServerTrusted()
686 public boolean isServerTrusted( in isServerTrusted() method in X509TrustManagerComSunWrapper
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/net/ssl/
H A DX509TrustManager.java64 public boolean isServerTrusted(X509Certificate[] chain); in isServerTrusted() method
H A DSSLSecurity.java620 if (!theX509TrustManager.isServerTrusted(chain)) { in checkServerTrusted()
686 public boolean isServerTrusted( in isServerTrusted() method in X509TrustManagerComSunWrapper
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/net/ssl/
H A DX509TrustManager.java64 public boolean isServerTrusted(X509Certificate[] chain); in isServerTrusted() method
H A DSSLSecurity.java620 if (!theX509TrustManager.isServerTrusted(chain)) { in checkServerTrusted()
686 public boolean isServerTrusted( in isServerTrusted() method in X509TrustManagerComSunWrapper
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/
H A DSimpleSSLSocketFactory.java132 public boolean isServerTrusted(X509Certificate[] cert) { in isServerTrusted() method in SimpleSSLSocketFactory.DummyTrustManager
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/util/
H A DMailSSLSocketFactory.java233 public synchronized boolean isServerTrusted(String server, in isServerTrusted() method in MailSSLSocketFactory
H A DSocketFetcher.java637 if (!msf.isServerTrusted(host, sslsocket)) { in configureSSLSocket()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/ssl/X509TrustManagerImpl/
H A DClientServer.java250 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in ClientServer.MyX509TM
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/ssl/X509TrustManagerImpl/
H A DClientServer.java250 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in ClientServer.MyX509TM
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/ssl/X509TrustManagerImpl/
H A DClientServer.java250 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in ClientServer.MyX509TM
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/ssl/X509TrustManagerImpl/
H A DClientServer.java249 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in ClientServer.MyX509TM
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/ssl/X509TrustManagerImpl/
H A DClientServer.java249 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in ClientServer.MyX509TM
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/SSLSession/
H A DCheckMyTrustedKeystore.java386 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in MyComX509TrustManager
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/SSLSession/
H A DCheckMyTrustedKeystore.java386 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in MyComX509TrustManager
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/SSLSession/
H A DCheckMyTrustedKeystore.java386 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in MyComX509TrustManager
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/SSLSession/
H A DCheckMyTrustedKeystore.java383 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in MyComX509TrustManager
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/SSLSession/
H A DCheckMyTrustedKeystore.java383 public boolean isServerTrusted(X509Certificate[] chain) { in isServerTrusted() method in MyComX509TrustManager
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/network/
H A DSSLConnector.java938 public boolean isServerTrusted(java.security.cert.X509Certificate[] chain) { in isServerTrusted() method in RelaxedX509TrustManager