| 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 |
|---|---|
String |
Keyring.getPassword(String service,
String account)
Gets password from key store (Proxy method of KeyringBackend.getPassword).
|
abstract String |
KeyringBackend.getPassword(String service,
String account)
Gets password from key store.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GnomeKeyringBackend.getPassword(String service,
String account)
Gets password from key store.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UnencryptedMemoryBackend.getPassword(String service,
String account)
Gets password from key store.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OsxKeychainBackend.getPassword(String service,
String account)
Gets password from key store.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WindowsDpApiBackend.getPassword(String service,
String account)
Gets password from key store.
|
Copyright © 2019 Java Keyring. All rights reserved.