Searched refs:putBytes16 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDHClientKeyExchange.java95 s.putBytes16(dh_Yc);
H A DCipherSuiteList.java195 s.putBytes16(suiteBytes);
H A DHandshakeMessage.java650 s.putBytes16(rsa_modulus);
651 s.putBytes16(rsa_exponent);
652 s.putBytes16(signatureBytes);
912 s.putBytes16(dh_p);
913 s.putBytes16(dh_g);
914 s.putBytes16(dh_Ys);
923 s.putBytes16(signature);
1156 s.putBytes16(signatureBytes);
1208 output.putBytes16(name);
1797 s.putBytes16(signatur
[all...]
H A DHandshakeOutStream.java204 public void putBytes16(byte b[]) throws IOException { method in class:HandshakeOutStream
H A DRSAClientKeyExchange.java293 s.putBytes16(encrypted);
H A DHelloExtensions.java267 s.putBytes16(data);
418 s.putBytes16(name.data); // HostName
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.java258 s.putBytes16(encodedTicket);
259 s.putBytes16(null); // XXX no authenticator
260 s.putBytes16(preMaster.getEncrypted());

Completed in 59 milliseconds