System.out.println("RSA exportable cipher-suites can not be used.");
}
CipherSuite[] enabledCS = serverContext.updateCipherSuites();
ServerTrustDecider trustDecider = (ServerTrustDecider) this;
Vector acceptedCAs = new Vector();
serverContext.setTrustDecider(trustDecider);
if (certRequired) {