Home
last modified time | relevance | path

Searched refs:SSLHandshakeException (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLHandshakeExceptionTest.java18 import javax.net.ssl.SSLHandshakeException;
36 SSLHandshakeException sslE; in test_Constructor01()
38 sslE = new SSLHandshakeException(msgs[i]); in test_Constructor01()
51 SSLHandshakeException sslE = new SSLHandshakeException(msg); in test_Constructor02()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLHandshakeException.java38 class SSLHandshakeException extends SSLException class
48 public SSLHandshakeException(String reason) in SSLHandshakeException() method in SSLHandshakeException
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java89 import javax.net.ssl.SSLHandshakeException;
636 } catch (SSLHandshakeException expected) { in connectViaHttpsToUntrustedServer()
3131 } catch (SSLHandshakeException expected) {
/libcore/
Dopenjdk_java_files.bp1348 "ojluni/src/main/java/javax/net/ssl/SSLHandshakeException.java",
DEXPECTED_UPSTREAM1345 …/java/javax/net/ssl/SSLHandshakeException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt19576 public class SSLHandshakeException extends javax.net.ssl.SSLException {
19577 ctor public SSLHandshakeException(String);