HomeSort by relevance Sort by last modified time
    Searched defs:getSessionData (Results 1 - 3 of 3) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
SSLClientSessionCache.java 42 public byte[] getSessionData(String host, int port);
SSLServerSessionCache.java 42 public byte[] getSessionData(byte[] id);
FileClientSessionCache.java 87 // cache misses in getSessionData().
128 public synchronized byte[] getSessionData(String host, int port) {

Completed in 2988 milliseconds