Home
last modified time | relevance | path

Searched defs:getSessionData (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DSSLServerSessionCache.java42 public byte[] getSessionData(byte[] id); in getSessionData() method
DSSLClientSessionCache.java42 public byte[] getSessionData(String host, int port); in getSessionData() method
DFileClientSessionCache.java128 public synchronized byte[] getSessionData(String host, int port) { in getSessionData() method in FileClientSessionCache.Impl