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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeOutStream.java155 void putInt8(int i) throws IOException { method in class:HandshakeOutStream
195 putInt8(0);
200 putInt8(b.length);
H A DHandshakeMessage.java299 s.putInt8(protocolVersion.major);
300 s.putInt8(protocolVersion.minor);
377 s.putInt8(protocolVersion.major);
378 s.putInt8(protocolVersion.minor);
381 s.putInt8(cipherSuite.id >> 8);
382 s.putInt8(cipherSuite.id & 0xff);
383 s.putInt8(compression_method);
918 s.putInt8(preferableSignatureAlgorithm.getHashValue());
919 s.putInt8(preferableSignatureAlgorithm.getSignatureValue());
1146 s.putInt8(CURVE_NAMED_CURV
[all...]
H A DHelloExtensions.java417 s.putInt8(name.type); // NameType
846 s.putInt8(algorithm.getHashValue()); // HashAlgorithm
847 s.putInt8(algorithm.getSignatureValue()); // SignatureAlgorithm

Completed in 27 milliseconds