public class KdbxCreds extends Object implements Credentials
Credentials for KDBX files.Credentials.None| Constructor and Description |
|---|
KdbxCreds(@NotNull byte[] password) |
KdbxCreds(@NotNull byte[] password,
@NotNull InputStream inputStream)
Constructor for password with KDBX Keyfile
|
KdbxCreds(@NotNull InputStream inputStream)
Constructor for KDBX Keyfile with no password
|
public KdbxCreds(@NotNull
@NotNull byte[] password,
@NotNull
@NotNull InputStream inputStream)
password - Master Password (new byte[0] if empty, not none)inputStream - inputstream of the keyfilepublic KdbxCreds(@NotNull
@NotNull InputStream inputStream)
inputStream - inputstream of the keyfilepublic KdbxCreds(@NotNull
@NotNull byte[] password)
public byte[] getKey()
getKey in interface CredentialsCopyright © 2016. All rights reserved.