Searched refs:Handshaker (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java54 * Handshaker ... processes handshake records from an SSL V3.0
62 abstract class Handshaker { class
64 // protocol version being established using this Handshaker
185 Handshaker(SSLSocketImpl c, SSLContextImpl context, method in class:Handshaker
196 Handshaker(SSLEngineImpl engine, SSLContextImpl context, method in class:Handshaker
H A DSSLEngineImpl.java107 * ClientHandshaker/ServerHandshaker/Handshaker:
203 private Handshaker handshaker;
476 * Report the current status of the Handshaker
598 * used by Handshaker to change the active write cipher, follows
632 * Called from Handshaker once it has determined the negotiated version.
670 if (!secureRenegotiation && !Handshaker.allowUnsafeRenegotiation) {
H A DSSLSocketImpl.java80 * . handshaking code (Handshaker or HandshakeMessage) should generally
274 * writeLock is package private for Handshaker which holds it while
328 private Handshaker handshaker;
1201 * Return the AppInputStream. For use by Handshaker only.
1208 * Return the AppOutputStream. For use by Handshaker only.
1373 if (!secureRenegotiation && !Handshaker.allowUnsafeRenegotiation) {
2062 // used by Handshaker
2092 * Called from Handshaker once it has determined the negotiated version.
H A DClientHandshaker.java56 * as delivered by the parent Handshaker class, and also uses
61 final class ClientHandshaker extends Handshaker {
H A DServerHandshaker.java52 * as delivered by the parent Handshaker class, and also uses
57 final class ServerHandshaker extends Handshaker {

Completed in 50 milliseconds