Searched refs:protocolDetermined (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java52 * 1. protocolDetermined(version) should be called when the negotiated
55 * 2. Before protocolDetermined() is called, only update(), reset(),
59 * 3. After protocolDetermined() is called, reset() cannot be called.
61 * 4. After protocolDetermined() is called, if the version is pre-TLS 1.2,
66 * protocolDetermined() is called and version is pre-TLS 1.2.
69 * all protocolDetermined(), setCertificateVerifyAlg() and setFinishedAlg()
75 * Suggestions: Call protocolDetermined(), restrictCertificateVerifyAlgs(),
81 * hh.protocolDetermined(ProtocolVersion.TLS12);
159 "reset() can be only be called before protocolDetermined");
165 void protocolDetermined(ProtocolVersio method in class:HandshakeHash
[all...]
H A DClientHandshaker.java388 handshakeHash.protocolDetermined(mesgVersion);
1225 // cannot call HandshakeHash.protocolDetermined() here. As it does
1227 // called before protocolDetermined.
1229 // handshakeHash.protocolDetermined(maxProtocolVersion);
H A DServerHandshaker.java429 handshakeHash.protocolDetermined(selectedVersion);

Completed in 52 milliseconds