Import & export users + improved user state tracking.
This commit is contained in:
@@ -44,7 +44,8 @@ public class MPMasterKey {
|
||||
|
||||
/**
|
||||
* @param masterPassword The characters of the user's master password.
|
||||
* <b>Note: this method destroys the contents of the array.</b>
|
||||
*
|
||||
* @apiNote This method destroys the contents of the {@code masterPassword} array.
|
||||
*/
|
||||
@SuppressWarnings("AssignmentToCollectionOrArrayFieldFromParameter")
|
||||
public MPMasterKey(final String fullName, final char[] masterPassword) {
|
||||
|
Reference in New Issue
Block a user