| Package | Description |
|---|---|
| com.sshtools.ui.swing |
General Swing user interface utilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected static PasswordKey |
PasswordPairList.PWMGR |
| Modifier and Type | Method and Description |
|---|---|
PasswordKey |
PasswordPair.getKey()
Get the key for the password pair
|
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordPairList.addKey(PasswordKey key,
String userPassword,
boolean persistant,
boolean encrypted)
Add a new password key with a new password.
|
PasswordPair |
PasswordPairList.getPair(PasswordKey key)
Get a password pair given its key.
|
void |
PasswordPairList.removeKey(PasswordKey key)
Remove a password pair from the list given its key.
|
void |
PasswordPair.setKey(PasswordKey key)
Set the key for this password pair
|
void |
PasswordPairList.setKey(PasswordKey key,
String userPassword,
boolean persistant,
boolean encrypted)
Set the supplied
PasswordPair and update the password. |
| Constructor and Description |
|---|
PasswordPair(PasswordKey key,
String userPassword,
boolean persistant,
boolean encrypted)
Creates a new PasswordPair object.
|
Copyright © 2021. All rights reserved.