220221222223224225226227228229230
} finally { // zero out the password so that it can't be memory-sniffed if ( password != null ) { Arrays.fill( password, (char) 0 ); } if ( passwordCol != null ) { passwordCol.zeroRawData(); } } return result; }