Searched refs:newPasswordChars (Results 1 – 1 of 1) sorted by relevance
344 char[] newPasswordChars = HexEncoding.encode(randomLockSeed); in tieManagedProfileLockIfNecessary() local345 byte[] newPassword = new byte[newPasswordChars.length]; in tieManagedProfileLockIfNecessary()346 for (int i = 0; i < newPasswordChars.length; i++) { in tieManagedProfileLockIfNecessary()347 newPassword[i] = (byte) newPasswordChars[i]; in tieManagedProfileLockIfNecessary()349 Arrays.fill(newPasswordChars, '\u0000'); in tieManagedProfileLockIfNecessary()