Home | History | Annotate | Download | only in jsse

Lines Matching defs:ByteArray

50     private final Map<ByteArray, SSLSession> sessions
51 = new LinkedHashMap<ByteArray, SSLSession>() {
54 Map.Entry<ByteArray, SSLSession> eldest) {
261 ByteArray key = new ByteArray(sessionId);
277 ByteArray key = new ByteArray(id);
299 static class ByteArray {
303 ByteArray(byte[] bytes) {
315 ByteArray other = (ByteArray) o;