System.out.println("Installed IAIK Provider: " + iaikProvider);
} catch (Exception e) {
e.printStackTrace(System.err);
}
this.context = new SSLClientContext();
if ("all".equalsIgnoreCase(JMeterUtils.getPropDefault("javax.net.debug", "none"))) {
this.context.setDebugStream(System.err);
CipherSuite[] ciphers = this.context.getEnabledCipherSuites();