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

  /libcore/luni/src/main/java/javax/net/ssl/
SSLProtocolException.java 24 public class SSLProtocolException extends SSLException {
29 * Creates a new {@code SSLProtocolException} with the specified message.
34 public SSLProtocolException(String reason) {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
SSLProtocolExceptionTest.java 24 import javax.net.ssl.SSLProtocolException;
30 * Test for SSLProtocolException serialization
42 return new Object[] { new SSLProtocolException(null),
43 new SSLProtocolException(msgs[0]), new SSLProtocolException(msgs[1]) };
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLProtocolExceptionTest.java 18 import javax.net.ssl.SSLProtocolException;
31 * Test for <code>SSLProtocolException(String)</code> constructor Assertion:
32 * constructs SSLProtocolException with detail message msg. Parameter
36 SSLProtocolException sslE;
38 sslE = new SSLProtocolException(msgs[i]);
45 * Test for <code>SSLProtocolException(String)</code> constructor Assertion:
46 * constructs SSLProtocolException with detail message msg. Parameter
51 SSLProtocolException sslE = new SSLProtocolException(msg);
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLProtocolExceptionTest.java 20 import javax.net.ssl.SSLProtocolException;
26 * Tests for <code>SSLProtocolException</code> class constructors and methods.
51 * Test for <code>SSLProtocolException(String)</code> constructor
52 * Assertion: constructs SSLProtocolException with detail message msg.
56 SSLProtocolException tE;
58 tE = new SSLProtocolException(msgs[i]);
66 * Test for <code>SSLProtocolException(String)</code> constructor
67 * Assertion: constructs SSLProtocolException when <code>msg</code> is
72 SSLProtocolException tE = new SSLProtocolException(msg)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 21 import javax.net.ssl.SSLProtocolException;
205 new SSLProtocolException(
216 new SSLProtocolException(
351 new SSLProtocolException(
361 new SSLProtocolException(
374 new SSLProtocolException(
390 new SSLProtocolException(
420 new SSLProtocolException(
ConnectionStateSSLv3.java 27 import javax.net.ssl.SSLProtocolException;
218 new SSLProtocolException(
279 new SSLProtocolException("Error during the encryption"));
302 new SSLProtocolException(
342 new SSLProtocolException("Bad record MAC"));
ConnectionStateTLS.java 27 import javax.net.ssl.SSLProtocolException;
226 new SSLProtocolException(
288 new SSLProtocolException("Error during the encryption"));
312 new SSLProtocolException(
343 new SSLProtocolException("Bad record MAC"));
OpenSSLSocketImpl.java 42 import javax.net.ssl.SSLProtocolException;
459 } catch (SSLProtocolException e) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 41 import javax.net.ssl.SSLProtocolException;
754 assertEquals(SSLProtocolException.class, expected.getCause().getClass());
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 42 import javax.net.ssl.SSLProtocolException;
540 } catch (SSLProtocolException expected) {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 145 milliseconds