Home | History | Annotate | Download | only in ssl

Lines Matching defs:setEnabledProtocols

430         e.setEnabledProtocols(array);
441 e.setEnabledProtocols(null);
447 e.setEnabledProtocols(new String[1]);
453 e.setEnabledProtocols(new String[] {"Bogus"});
458 e.setEnabledProtocols(new String[0]);
459 e.setEnabledProtocols(e.getEnabledProtocols());
460 e.setEnabledProtocols(e.getSupportedProtocols());
462 // Check that setEnabledProtocols affects getEnabledProtocols
466 e.setEnabledProtocols(new String[] {protocol});
473 e.setEnabledProtocols(protocols);