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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeMessage.java329 * ServerHello ... SERVER --> CLIENT
336 class ServerHello extends HandshakeMessage class in class:HandshakeMessage
347 ServerHello() { method in class:HandshakeMessage.ServerHello
351 ServerHello(HandshakeInStream input, int messageLength) method in class:HandshakeMessage.ServerHello
389 s.println("*** ServerHello, " + protocolVersion);
H A DClientHandshaker.java143 this.serverHello(new ServerHello(input, messageLen));
373 private void serverHello(ServerHello mesg) throws IOException {
425 "Incorrect verify data in ServerHello " +
441 "indication extension in ServerHello");
H A DServerHandshaker.java268 * server replies with a ServerHello listing the ones which this session
407 * FIRST, construct the ServerHello using the options and priorities
415 ServerHello m1 = new ServerHello();

Completed in 44 milliseconds