Home | History | Annotate | Download | only in jsse

Lines Matching defs:SSLSessionImpl

34      * Class under test for void SSLSessionImpl(CipherSuite, SecureRandom)
37 SSLSessionImpl session = new SSLSessionImpl(null, null);
41 session = new SSLSessionImpl(CipherSuite.TLS_RSA_WITH_NULL_MD5,
79 assertEquals(SSLSessionImpl.NULL_SESSION.getApplicationBufferSize(),
84 assertEquals(SSLSessionImpl.NULL_SESSION.getPacketBufferSize(),
89 SSLSessionImpl session = new SSLSessionImpl(
97 SSLSessionImpl session = new SSLSessionImpl(null);
105 SSLSessionImpl session = new SSLSessionImpl(null);
145 SSLSessionImpl session1 = new SSLSessionImpl(
147 SSLSessionImpl session2 = (SSLSessionImpl)session1.clone();