| Package | Description |
|---|---|
| com.github.javakeyring | |
| com.github.javakeyring.gnome | |
| com.github.javakeyring.memory | |
| com.github.javakeyring.osx | |
| com.github.javakeyring.windows |
| Modifier and Type | Method and Description |
|---|---|
void |
Keyring.deletePassword(String service,
String account)
Sets password to key store (Proxy method of KeyringBackend.setPassword)
|
abstract void |
KeyringBackend.deletePassword(String service,
String account) |
void |
Keyring.setPassword(String service,
String account,
String password)
Sets password to key store (Proxy method of KeyringBackend.setPassword)
|
abstract void |
KeyringBackend.setPassword(String service,
String account,
String password)
Sets password to key store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GnomeKeyringBackend.deletePassword(String service,
String account)
Delete password to key store.
|
void |
GnomeKeyringBackend.setPassword(String service,
String account,
String password)
Sets password to key store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnencryptedMemoryBackend.deletePassword(String service,
String account)
Delete password from key store.
|
void |
UnencryptedMemoryBackend.setPassword(String service,
String account,
String password)
Sets password to key store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsxKeychainBackend.deletePassword(String service,
String account)
Delete a password from the key store.
|
void |
OsxKeychainBackend.setPassword(String service,
String account,
String password)
Sets password to key store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowsDpApiBackend.deletePassword(String service,
String account)
Deletes password from the key store.
|
void |
WindowsDpApiBackend.setPassword(String service,
String account,
String password)
Sets password to key store.
|
Copyright © 2019 Java Keyring. All rights reserved.