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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 127 * Defines the description code of the no_renegotiation alert
129 protected static final byte NO_RENEGOTIATION = 100;
254 case NO_RENEGOTIATION:
255 return "no_renegotiation";
ClientHandshakeImpl.java 121 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);
SSLEngineImpl.java 503 case AlertProtocol.NO_RENEGOTIATION:
511 "Received no_renegotiation "
ServerHandshakeImpl.java 371 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);

Completed in 188 milliseconds