Home
last modified time | relevance | path

Searched refs:getSessionData (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLServerSessionCache.java41 byte[] getSessionData(byte[] id); in getSessionData() method
DSSLClientSessionCache.java42 byte[] getSessionData(String host, int port); in getSessionData() method
DServerSessionContext.java59 byte[] data = persistentCache.getSessionData(sessionId); in getSessionFromPersistentCache()
DClientSessionContext.java138 byte[] data = persistentCache.getSessionData(host, port); in getSession()
DFileClientSessionCache.java131 public synchronized byte[] getSessionData(String host, int port) { in getSessionData() method in FileClientSessionCache.Impl
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DSSLServerSessionCache.java42 byte[] getSessionData(byte[] id); in getSessionData() method
DSSLClientSessionCache.java45 byte[] getSessionData(String host, int port); in getSessionData() method
DServerSessionContext.java61 byte[] data = persistentCache.getSessionData(sessionId); in getSessionFromPersistentCache()
DClientSessionContext.java144 byte[] data = persistentCache.getSessionData(host, port); in getSession()
DFileClientSessionCache.java135 public synchronized byte[] getSessionData(String host, int port) { in getSessionData() method in FileClientSessionCache.Impl