clientSslInfo = getDefaultSslInfo();
}
} else {
if ((processType != null) && (processType == ProcessType.ACC)) {
IIOPSSLUtil sslUtil = Globals.getDefaultHabitat().getComponent(IIOPSSLUtil.class);
AppClientSSL clientSsl = (AppClientSSL)sslUtil.getAppClientSSL();
if (clientSsl != null) {
clientSslInfo = init(clientSsl.getCertNickname(),
clientSsl.getSsl2Enabled(), clientSsl.getSsl2Ciphers(),
clientSsl.getSsl3Enabled(), clientSsl.getSsl3TlsCiphers(),
clientSsl.getTlsEnabled());
} else { // include case keystore, truststore jvm option
clientSslInfo = getDefaultSslInfo();
}
} else {