Searched refs:sessionData (Results 1 - 4 of 4) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DSSLServerSessionCache.java48 * @param sessionData to cache
51 public void putSessionData(SSLSession session, byte[] sessionData); argument
H A DSSLClientSessionCache.java48 * @param sessionData to cache
52 public void putSessionData(SSLSession session, byte[] sessionData); argument
H A DAbstractSessionContext.java242 byte[] sessionData = new byte[length];
243 dais.readFully(sessionData);
254 return new OpenSSLSessionImpl(sessionData, host, port, certs, this);
H A DFileClientSessionCache.java182 byte[] sessionData) {
184 if (sessionData == null) {
185 throw new NullPointerException("sessionData == null");
213 out.write(sessionData);
181 putSessionData(SSLSession session, byte[] sessionData) argument

Completed in 255 milliseconds