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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java665 CipherBox newReadCipher() throws NoSuchAlgorithmException { method in class:Handshaker
H A DSSLEngineImpl.java578 readCipher = handshaker.newReadCipher();
H A DSSLSocketImpl.java2043 readCipher = handshaker.newReadCipher();

Completed in 43 milliseconds