setEnabledProtocols (new String[]{"TLSv1.2"});. } else if (protocols.contains("TLSv1.1")) {. ((SSLSocket) res).setEnabledProtocols(new String[]{"TLSv1.1"});. }.
確定! 回上一頁