HomeSort by relevance Sort by last modified time
    Searched refs:SSLHandshakeException (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/javax/net/ssl/
SSLHandshakeException.java 24 public class SSLHandshakeException extends SSLException {
29 * Creates a new {@code SSLHandshakeException} with the specified message.
34 public SSLHandshakeException(String reason) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Message.java 21 import javax.net.ssl.SSLHandshakeException;
60 throw new AlertException(description, new SSLHandshakeException(reason));
HandshakeIODataStream.java 24 import javax.net.ssl.SSLHandshakeException;
199 new SSLHandshakeException(
252 new SSLHandshakeException("Data was not fully read: "
HandshakeProtocol.java 33 import javax.net.ssl.SSLHandshakeException;
308 throw new AlertException(description, new SSLHandshakeException(reason));
SSLEngineImpl.java 28 import javax.net.ssl.SSLHandshakeException;
511 new SSLHandshakeException(
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLHandshakeExceptionTest.java 23 import javax.net.ssl.SSLHandshakeException;
27 @TestTargetClass(SSLHandshakeException.class)
37 * Test for <code>SSLHandshakeException(String)</code> constructor Assertion:
38 * constructs SSLHandshakeException with detail message msg. Parameter
44 method = "SSLHandshakeException",
48 SSLHandshakeException sslE;
50 sslE = new SSLHandshakeException(msgs[i]);
57 * Test for <code>SSLHandshakeException(String)</code> constructor Assertion:
58 * constructs SSLHandshakeException with detail message msg. Parameter
64 method = "SSLHandshakeException",
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 38 import javax.net.ssl.SSLHandshakeException;
104 if (exception instanceof SSLHandshakeException) {
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 35 import javax.net.ssl.SSLHandshakeException;
234 throw new SSLHandshakeException(errorMessage);
Connection.java 27 import javax.net.ssl.SSLHandshakeException;
385 } catch (SSLHandshakeException e) {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 27 import javax.net.ssl.SSLHandshakeException;
203 } catch (SSLHandshakeException expected) {
219 @KnownFailure("SSLHandshakeException instead assertNotConnected")
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1165 milliseconds