Home | History | Annotate | Download | only in jsse

Lines Matching defs:setEnabledProtocols

326         engine.setEnabledProtocols(supported);
331 engine.setEnabledProtocols(enabled);
1363 client.setEnabledProtocols(new String[] {"TLSv1"});
1364 server.setEnabledProtocols(new String[] {"TLSv1"});