2
0

Import & export users + improved user state tracking.

This commit is contained in:
Maarten Billemont
2018-07-29 14:01:07 -04:00
parent 18ecc41b39
commit 928b617ed0
26 changed files with 510 additions and 281 deletions

View File

@@ -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) {