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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java685 CipherBox newWriteCipher() throws NoSuchAlgorithmException { method in class:Handshaker
H A DSSLEngineImpl.java615 writeCipher = handshaker.newWriteCipher();
H A DSSLSocketImpl.java2075 writeCipher = handshaker.newWriteCipher();

Completed in 109 milliseconds