HomeSort by relevance Sort by last modified time
    Searched full:hs_protocol (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 98 HandshakeProtocol hs_protocol = new ClientHandshakeImpl( local
105 hs_protocol.session = ses;
106 hs_protocol.session.protocol = ProtocolVersion.TLSv1;
107 assertSame(hs_protocol.getSession(), ses);
109 hs_protocol.clientHello = new ClientHello(
111 hs_protocol.session.protocol.version,
112 hs_protocol.session.id,
114 hs_protocol.serverHello = new ServerHello(sr,
115 hs_protocol.session.protocol.version, hs_protocol.session.id
142 HandshakeProtocol hs_protocol = new ClientHandshakeImpl( local
    [all...]

Completed in 536 milliseconds