/* */
/* 1486 */ if (alias != null)
/* */ {
/* 1489 */ for (int x = 0; x < this.keyManagers.length; x++)
/* */ {
/* 1491 */ this.keyManagers[x] = new RemotingKeyManager((X509KeyManager)this.keyManagers[x], alias);
/* */ }
/* */ }
/* */ }
/* */
/* 1496 */ return this.keyManagers;