- getBinaryProperty(String) - Method in interface org.linguafranca.pwdb.Entry
-
Gets the value of a binary property.
- getBinaryPropertyNames() - Method in interface org.linguafranca.pwdb.Entry
-
Returns a list of binary property names known to the entry.
- getCreationTime() - Method in interface org.linguafranca.pwdb.Entry
-
- getDatabase() - Method in interface org.linguafranca.pwdb.Group
-
- getDecryptedInputStream(InputStream, byte[], byte[]) - Static method in class org.linguafranca.pwdb.security.Encryption
-
Create a decrypted input stream from an encrypted one
- getDescription() - Method in interface org.linguafranca.pwdb.Database
-
Gets the database description, if there is one
- getDigest(String) - Static method in class org.linguafranca.pwdb.security.Encryption
-
Gets a digest for a UTF-8 encoded string
- getDigest(String, String) - Static method in class org.linguafranca.pwdb.security.Encryption
-
Gets a digest for a string
- getEncryptedOutputStream(OutputStream, byte[], byte[]) - Static method in class org.linguafranca.pwdb.security.Encryption
-
Create an encrypted output stream from an unencrypted output stream
- getEntries() - Method in interface org.linguafranca.pwdb.Group
-
Returns a modifiable by the caller list of entries contained in this group.
- getEntriesCount() - Method in interface org.linguafranca.pwdb.Group
-
Returns the number of entries in this group
- getExpires() - Method in interface org.linguafranca.pwdb.Entry
-
- getExpiryTime() - Method in interface org.linguafranca.pwdb.Entry
-
- getFinalKeyDigest(byte[], byte[], byte[], long) - Static method in class org.linguafranca.pwdb.security.Encryption
-
Create a final key from the parameters passed
- getGroups() - Method in interface org.linguafranca.pwdb.Group
-
Returns a list of groups that are the children of this group.
- getGroupsCount() - Method in interface org.linguafranca.pwdb.Group
-
Returns the number of groups that are direct children of this group
- getIcon() - Method in interface org.linguafranca.pwdb.Entry
-
Returns the
Icon associated with this entry.
- getIcon() - Method in interface org.linguafranca.pwdb.Group
-
- getIndex() - Method in interface org.linguafranca.pwdb.Icon
-
- getKey() - Method in interface org.linguafranca.pwdb.Credentials
-
- getKey() - Method in class org.linguafranca.pwdb.Credentials.None
-
- getLastAccessTime() - Method in interface org.linguafranca.pwdb.Entry
-
- getLastModificationTime() - Method in interface org.linguafranca.pwdb.Entry
-
- getMessageDigestInstance() - Static method in class org.linguafranca.pwdb.security.Encryption
-
Gets a SHA-256 message digest instance
- getName() - Method in interface org.linguafranca.pwdb.Database
-
Gets the name of the database or null if not supported
- getName() - Method in interface org.linguafranca.pwdb.Group
-
- getNotes() - Method in class org.linguafranca.pwdb.base.AbstractEntry
-
- getNotes() - Method in interface org.linguafranca.pwdb.Entry
-
Gets the notes field for this entry.
- getParent() - Method in interface org.linguafranca.pwdb.Entry
-
Get the parent of this entry
- getParent() - Method in interface org.linguafranca.pwdb.Group
-
Returns the parent of this group, or null if either this
group is the root group, or if the group does not have
a parent - e.g.
- getPassword() - Method in class org.linguafranca.pwdb.base.AbstractEntry
-
- getPassword() - Method in interface org.linguafranca.pwdb.Entry
-
Gets the (unencrypted) password field for this entry.
- getPath() - Method in class org.linguafranca.pwdb.base.AbstractEntry
-
- getPath() - Method in class org.linguafranca.pwdb.base.AbstractGroup
-
- getPath() - Method in interface org.linguafranca.pwdb.Entry
-
Returns an XPath-like representation of this
entry's ancestor groups and the title of this entry.
- getPath() - Method in interface org.linguafranca.pwdb.Group
-
Returns an XPath-like string of the names of Groups from the Root
to this Group.
- getProperty(String) - Method in interface org.linguafranca.pwdb.Entry
-
Gets the value of a property.
- getPropertyNames() - Method in interface org.linguafranca.pwdb.Entry
-
Returns a list of property names known to the entry.
- getRootGroup() - Method in interface org.linguafranca.pwdb.Database
-
get the root group for the database
- getTitle() - Method in class org.linguafranca.pwdb.base.AbstractEntry
-
- getTitle() - Method in interface org.linguafranca.pwdb.Entry
-
Gets the title of this entry.
- getUrl() - Method in class org.linguafranca.pwdb.base.AbstractEntry
-
- getUrl() - Method in interface org.linguafranca.pwdb.Entry
-
Gets the URL for this entry.
- getUsername() - Method in class org.linguafranca.pwdb.base.AbstractEntry
-
- getUsername() - Method in interface org.linguafranca.pwdb.Entry
-
Get the username field of this entry
- getUuid() - Method in interface org.linguafranca.pwdb.Entry
-
Get the UUID of this entry.
- getUuid() - Method in interface org.linguafranca.pwdb.Group
-
- Group<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon> - Interface in org.linguafranca.pwdb
-
Interface for a Database Group.