Searched refs:SSLHandshakeException (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLHandshakeException.java38 class SSLHandshakeException extends SSLException class in inherits:SSLException
48 public SSLHandshakeException(String reason) method in class:SSLHandshakeException
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDHClientKeyExchange.java32 import javax.net.ssl.SSLHandshakeException;
80 throw new SSLHandshakeException(
H A DDHCrypt.java32 import javax.net.ssl.SSLHandshakeException;
206 throw new SSLHandshakeException(ike.getMessage());
H A DAlerts.java192 e = new SSLHandshakeException(reason);
H A DClientHandshaker.java248 throw new SSLHandshakeException(
252 throw new SSLHandshakeException(
265 throw new SSLHandshakeException(
273 throw new SSLHandshakeException(
382 throw new SSLHandshakeException(
967 throw new SSLHandshakeException(
975 throw new SSLHandshakeException(
1178 throw new SSLHandshakeException(
1194 throw new SSLHandshakeException("No existing session to resume");
1220 throw new SSLHandshakeException("N
[all...]
H A DServerHandshaker.java587 throw new SSLHandshakeException(
596 throw new SSLHandshakeException(
826 throw new SSLHandshakeException(
834 throw new SSLHandshakeException(
1400 throw new SSLHandshakeException(
1407 throw new SSLHandshakeException(
H A DHandshakeMessage.java799 throw new SSLHandshakeException(
1035 throw new SSLHandshakeException(
1041 throw new SSLHandshakeException(
1046 throw new SSLHandshakeException(
1050 throw new SSLHandshakeException(
1076 throw new SSLHandshakeException(
1582 throw new SSLHandshakeException(
H A DHandshaker.java449 throw new SSLHandshakeException("No appropriate protocol");
457 throw new SSLHandshakeException("No appropriate cipher suite");
1361 } else if (e instanceof SSLHandshakeException) {
1362 throw (SSLHandshakeException)
1363 new SSLHandshakeException(msg).initCause(e);
H A DSSLSocketImpl.java946 e = new SSLHandshakeException
1374 throw new SSLHandshakeException(
1817 if (e instanceof SSLHandshakeException) {
H A DInputRecord.java598 throw new SSLHandshakeException("SSLv2Hello is disabled");
H A DSSLEngineImpl.java671 throw new SSLHandshakeException(
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/CipherSuite/
H A DSSL_NULL.java80 } catch (SSLHandshakeException e) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DExportableBlockCipher.java121 throw new SSLHandshakeException(
170 throw new SSLHandshakeException(
H A DExportableStreamCipher.java121 throw new SSLHandshakeException(
170 throw new SSLHandshakeException(
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DtestEnabledProtocols.java224 } catch (SSLHandshakeException se) {
227 System.out.println("Server SSLHandshakeException:");
317 } catch (SSLHandshakeException e) {
319 System.out.println("Client got UNEXPECTED SSLHandshakeException:");
324 System.out.println("Client got expected SSLHandshakeException:");
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java164 } catch (SSLHandshakeException sslhe) {
206 } catch (SSLHandshakeException sslhe) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/HandshakeOutStream/
H A DNullCerts.java115 } catch (SSLHandshakeException e) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DDelegatedTaskWrongException.java97 * We should be getting a SSLHandshakeException.
104 } catch (SSLHandshakeException e) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DExtendedKeyEngine.java157 } catch (SSLHandshakeException e) {
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DIPAddressDNSIdentities.java728 } catch (SSLHandshakeException sslhe) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DJConsole.java41 import javax.net.ssl.SSLHandshakeException;
736 } else if (cause instanceof SSLHandshakeException) {

Completed in 105 milliseconds