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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 63 * Defines the description code of the handshake_failure alert
65 protected static final byte HANDSHAKE_FAILURE = 40;
222 case HANDSHAKE_FAILURE:
223 return "handshake_failure";
ClientHandshakeImpl.java 98 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created ");
151 this.fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Error in delegated task", e);
202 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
208 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
220 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
232 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
235 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
ServerHandshakeImpl.java 141 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
331 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
377 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created");
395 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
401 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "HANDSHAKE FAILURE. NO COMMON SUITE");
404 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
435 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "NO CERT TYPE FOR " + cipher_suite.getName());
460 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "NO SERVER CERTIFICATE FOUND");
HandshakeProtocol.java 271 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE,
422 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "Incorrect FINISED");
SSLEngineImpl.java 509 AlertProtocol.HANDSHAKE_FAILURE,
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 93 AlertProtocol.HANDSHAKE_FAILURE);

Completed in 225 milliseconds