Searched defs:getSession (Results 1 - 13 of 13) sorted by relevance

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DSSLSessionBindingEvent.java71 public SSLSession getSession() { method in class:SSLSessionBindingEvent
H A DHandshakeCompletedEvent.java59 public SSLSession getSession() { method in class:HandshakeCompletedEvent
H A DSSLSessionContext.java43 public SSLSession getSession(byte[] sessionId); method in interface:SSLSessionContext
H A DSSLSocket.java181 public abstract SSLSession getSession(); method in class:SSLSocket
H A DSSLEngine.java165 public abstract SSLSession getSession(); method in class:SSLEngine
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DServerSessionContext.java84 public SSLSession getSession(byte[] sessionId) { method in class:ServerSessionContext
H A DClientSessionContext.java111 * @see #getSession(String, int) for an implementation-specific but more
114 public SSLSession getSession(byte[] sessionId) { method in class:ClientSessionContext
160 public SSLSession getSession(String host, int port) { method in class:ClientSessionContext
H A DSSLRecordProtocol.java129 protected SSLSessionImpl getSession() { method in class:SSLRecordProtocol
263 ? (ConnectionState) new ConnectionStateTLS(getSession())
264 : (ConnectionState) new ConnectionStateSSLv3(getSession());
402 setSession(handshakeProtocol.getSession());
H A DHandshakeProtocol.java233 public SSLSessionImpl getSession() { method in class:HandshakeProtocol
284 return recordProtocol.getChangeCipherSpecMesage(getSession());
H A DSSLEngineImpl.java379 * @see javax.net.ssl.SSLEngine#getSession() method
383 public SSLSession getSession() { method in class:SSLEngineImpl
485 session = recordProtocol.getSession();
727 session = recordProtocol.getSession();
H A DOpenSSLSocketImpl.java266 return (OpenSSLSessionImpl) sessionContext.getSession(
597 public SSLSession getSession() { method in class:OpenSSLSocketImpl
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java125 public SSLSession getSession() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java123 public SSLSession getSession() { return null; } method in class:MySSLContextSpi.tmpSSLEngine

Completed in 130 milliseconds