Searched refs:putBytes8 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DECDHClientKeyExchange.java71 s.putBytes8(encodedPoint);
H A DHandshakeOutStream.java193 void putBytes8(byte b[]) throws IOException { method in class:HandshakeOutStream
H A DHandshakeMessage.java302 s.putBytes8(sessionId.getId());
304 s.putBytes8(compression_methods);
380 s.putBytes8(sessionId.getId());
1148 s.putBytes8(pointBytes);
1398 output.putBytes8(types);
H A DHelloExtensions.java658 s.putBytes8(formats);
747 s.putBytes8(renegotiated_connection);

Completed in 108 milliseconds