Skip to content

Commit b2714b3

Browse files
committed
add javadoc to KeepassProxyAccess#getDatabasehash()
1 parent ca69565 commit b2714b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/purejava/KeepassProxyAccess.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ public boolean testAssociate(String id, String key) {
285285
}
286286
}
287287

288+
/**
289+
* Request for receiving the database hash (SHA256) of the current active KeePassXC database.
290+
* @return The database hash of the current active KeePassXC database in case the hash could be retrieved,
291+
* an empty String otherwise.
292+
* @see #getDatabasehash(boolean)
293+
*/
288294
public Optional<String> getDatabasehash() {
289295
try {
290296
return connection.getDatabasehash();

0 commit comments

Comments
 (0)