Skip navigation links
B C D F G I K L O P R S U V W 

B

BackendNotSupportedException - Exception in com.github.javakeyring
 
BackendNotSupportedException(String) - Constructor for exception com.github.javakeyring.BackendNotSupportedException
Initializes an instance of BackendNotSupportedException.

C

com.github.javakeyring - package com.github.javakeyring
 
com.github.javakeyring.gnome - package com.github.javakeyring.gnome
 
com.github.javakeyring.memory - package com.github.javakeyring.memory
 
com.github.javakeyring.osx - package com.github.javakeyring.osx
 
com.github.javakeyring.util - package com.github.javakeyring.util
 
com.github.javakeyring.windows - package com.github.javakeyring.windows
 
create() - Static method in class com.github.javakeyring.Keyring
Creates an instance of Keyring using the a default backed based on operating system.
create(Keyrings) - Static method in class com.github.javakeyring.Keyring
Creates an instance of Keyring with specified backend.

D

deletePassword(String, String) - Method in class com.github.javakeyring.gnome.GnomeKeyringBackend
Delete password to key store.
deletePassword(String, String) - Method in class com.github.javakeyring.Keyring
Sets password to key store (Proxy method of KeyringBackend.setPassword)
deletePassword(String, String) - Method in class com.github.javakeyring.KeyringBackend
 
deletePassword(String, String) - Method in class com.github.javakeyring.memory.UnencryptedMemoryBackend
Delete password from key store.
deletePassword(String, String) - Method in class com.github.javakeyring.osx.OsxKeychainBackend
Delete a password from the key store.
deletePassword(String, String) - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Deletes password from the key store.

F

FileBasedLock - Class in com.github.javakeyring.util
File based lock.
FileBasedLock(String) - Constructor for class com.github.javakeyring.util.FileBasedLock
Initializes an instance of FileBasedLock.

G

getId() - Method in class com.github.javakeyring.gnome.GnomeKeyringBackend
Gets backend ID.
getId() - Method in class com.github.javakeyring.KeyringBackend
Gets backend Id.
getId() - Method in class com.github.javakeyring.memory.UnencryptedMemoryBackend
Gets backend ID.
getId() - Method in class com.github.javakeyring.osx.OsxKeychainBackend
Gets backend ID.
getId() - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Gets backend ID.
getKeyStorePath() - Method in class com.github.javakeyring.Keyring
Gets path to key store (Proxy method of KeyringBackend.getKeyStorePath).
getKeyStorePath() - Method in class com.github.javakeyring.KeyringBackend
Gets path to key store.
getLockPath() - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Returns path to a file for lock.
getPassword(String, String) - Method in class com.github.javakeyring.gnome.GnomeKeyringBackend
Gets password from key store.
getPassword(String, String) - Method in class com.github.javakeyring.Keyring
Gets password from key store (Proxy method of KeyringBackend.getPassword).
getPassword(String, String) - Method in class com.github.javakeyring.KeyringBackend
Gets password from key store.
getPassword(String, String) - Method in class com.github.javakeyring.memory.UnencryptedMemoryBackend
Gets password from key store.
getPassword(String, String) - Method in class com.github.javakeyring.osx.OsxKeychainBackend
Gets password from key store.
getPassword(String, String) - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Gets password from key store.
getPath() - Method in class com.github.javakeyring.util.FileBasedLock
Returns path to a file to be used to lock.
getSupportingClass() - Method in enum com.github.javakeyring.Keyrings
 
GnomeKeyringBackend - Class in com.github.javakeyring.gnome
Keyring backend which uses GNOME Keyring.
GnomeKeyringBackend() - Constructor for class com.github.javakeyring.gnome.GnomeKeyringBackend
 

I

isKeyStorePathRequired() - Method in class com.github.javakeyring.gnome.GnomeKeyringBackend
Returns true if the backend directory uses some file to store passwords.
isKeyStorePathRequired() - Method in class com.github.javakeyring.Keyring
Returns true if the backend directory uses some file to store passwords.
isKeyStorePathRequired() - Method in class com.github.javakeyring.KeyringBackend
Returns true if the backend directory uses some file to store passwords.
isKeyStorePathRequired() - Method in class com.github.javakeyring.memory.UnencryptedMemoryBackend
Returns true if the backend directory uses some file to store passwords.
isKeyStorePathRequired() - Method in class com.github.javakeyring.osx.OsxKeychainBackend
Returns true if the backend directory uses some file to store passwords.
isKeyStorePathRequired() - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Returns true if the backend directory uses some file to store passwords.
isSupported() - Method in class com.github.javakeyring.gnome.GnomeKeyringBackend
Returns true when the backend is supported.
isSupported() - Method in class com.github.javakeyring.KeyringBackend
Returns true when the backend is supported.
isSupported() - Method in class com.github.javakeyring.memory.UnencryptedMemoryBackend
Returns true when the backend is supported.
isSupported() - Method in class com.github.javakeyring.osx.OsxKeychainBackend
Returns true when the backend is supported.
isSupported() - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Returns true when the backend is supported.

K

Keyring - Class in com.github.javakeyring
Keyring.
KeyringBackend - Class in com.github.javakeyring
java-keyring backend interface.
KeyringBackend() - Constructor for class com.github.javakeyring.KeyringBackend
 
Keyrings - Enum in com.github.javakeyring
 
keyStorePath - Variable in class com.github.javakeyring.KeyringBackend
Path to key store.

L

lock() - Method in class com.github.javakeyring.util.FileBasedLock
Lock.
LockException - Exception in com.github.javakeyring.util
Represents an error while lock operation.
LockException(String, Throwable) - Constructor for exception com.github.javakeyring.util.LockException
Initializes an instance of LockException.

O

OsxKeychainBackend - Class in com.github.javakeyring.osx
Keyring backend which uses OS X Keychain.
OsxKeychainBackend() - Constructor for class com.github.javakeyring.osx.OsxKeychainBackend
 

P

PasswordRetrievalException - Exception in com.github.javakeyring
Represents an error while retrieving password.
PasswordRetrievalException(String) - Constructor for exception com.github.javakeyring.PasswordRetrievalException
Initializes an instance of PasswordRetrievalException.
PasswordSaveException - Exception in com.github.javakeyring
Represents an error while retrieving password.
PasswordSaveException(String) - Constructor for exception com.github.javakeyring.PasswordSaveException
Initializes an instance of PasswordSaveException.

R

release() - Method in class com.github.javakeyring.util.FileBasedLock
Release lock.

S

setKeyStorePath(String) - Method in class com.github.javakeyring.Keyring
Sets path to key store (Proxy method of KeyringBackend.setKeyStorePath).
setKeyStorePath(String) - Method in class com.github.javakeyring.KeyringBackend
Sets path to key store.
setPassword(String, String, String) - Method in class com.github.javakeyring.gnome.GnomeKeyringBackend
Sets password to key store.
setPassword(String, String, String) - Method in class com.github.javakeyring.Keyring
Sets password to key store (Proxy method of KeyringBackend.setPassword)
setPassword(String, String, String) - Method in class com.github.javakeyring.KeyringBackend
Sets password to key store.
setPassword(String, String, String) - Method in class com.github.javakeyring.memory.UnencryptedMemoryBackend
Sets password to key store.
setPassword(String, String, String) - Method in class com.github.javakeyring.osx.OsxKeychainBackend
Sets password to key store.
setPassword(String, String, String) - Method in class com.github.javakeyring.windows.WindowsDpApiBackend
Sets password to key store.

U

UnencryptedMemoryBackend - Class in com.github.javakeyring.memory
On-memory key store.
UnencryptedMemoryBackend() - Constructor for class com.github.javakeyring.memory.UnencryptedMemoryBackend
Initializes an instance of UncryptedMemoryBackend.

V

valueOf(String) - Static method in enum com.github.javakeyring.Keyrings
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.javakeyring.Keyrings
Returns an array containing the constants of this enum type, in the order they are declared.

W

WindowsDpApiBackend - Class in com.github.javakeyring.windows
Keyring backend which uses Windows DPAPI.
WindowsDpApiBackend() - Constructor for class com.github.javakeyring.windows.WindowsDpApiBackend
 
B C D F G I K L O P R S U V W 
Skip navigation links

Copyright © 2019 Java Keyring. All rights reserved.