/* 186 */ char[] tmpPassword = pc.getPassword();
/* 187 */ if (tmpPassword != null)
/* */ {
/* 189 */ password = new char[tmpPassword.length];
/* 190 */ System.arraycopy(tmpPassword, 0, password, 0, tmpPassword.length);
/* 191 */ pc.clearPassword();
/* */ }
/* 193 */ this.loginCredential = password;
/* 194 */ if (this.trace)
/* */ {
/* 196 */ String credType = "null";