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