| Package | Description |
|---|---|
| com.github.javakeyring | |
| com.github.javakeyring.memory | |
| com.github.javakeyring.util | |
| 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) |
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.
|
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 |
UnencryptedMemoryBackend.deletePassword(String service,
String account)
Delete password from key store.
|
String |
UnencryptedMemoryBackend.getPassword(String service,
String account)
Gets 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 |
FileBasedLock.lock()
Lock.
|
void |
FileBasedLock.release()
Release lock.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowsDpApiBackend.deletePassword(String service,
String account)
Deletes password from the key store.
|
String |
WindowsDpApiBackend.getPassword(String service,
String account)
Gets password from key store.
|
void |
WindowsDpApiBackend.setPassword(String service,
String account,
String password)
Sets password to key store.
|
Copyright © 2019 Java Keyring. All rights reserved.