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";
SSLEngineImpl.java 503 case AlertProtocol.NO_RENEGOTIATION:
511 "Received no_renegotiation "
ClientHandshakeImpl.java 120 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);
ServerHandshakeImpl.java 370 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);

Completed in 524 milliseconds