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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DECDHClientKeyExchange.java63 encodedPoint = input.getBytes8();
H A DHandshakeInStream.java191 byte[] getBytes8() throws IOException { method in class:HandshakeInStream
H A DHandshakeMessage.java241 sessionId = new SessionId(s.getBytes8());
243 compression_methods = s.getBytes8();
356 sessionId = new SessionId(input.getBytes8());
1053 pointBytes = input.getBytes8();
1314 types = input.getBytes8();
H A DHelloExtensions.java635 formats = s.getBytes8();

Completed in 42 milliseconds