Package rsb.util
Class AccountStore
java.lang.Object
rsb.util.AccountStore
- Author:
- GigiaJ
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(AccountStore.Account account) static String
Capitalizes the first character and replaces spaces with underscores.list()
void
load()
void
void
save()
void
setPassword
(String password)
-
Field Details
-
KEY_ALGORITHM
- See Also:
-
CIPHER_TRANSFORMATION
- See Also:
-
FORMAT_VERSION
public static final int FORMAT_VERSION- See Also:
-
-
Constructor Details
-
AccountStore
-
-
Method Details
-
get
-
remove
-
add
-
list
-
load
- Throws:
IOException
-
save
- Throws:
IOException
-
setPassword
-
fixName
Capitalizes the first character and replaces spaces with underscores. Purely aesthetic.- Parameters:
name
- The name of the account- Returns:
- Fixed name
-