| Package | Description |
|---|---|
| de.slackspace.openkeepass | |
| de.slackspace.openkeepass.domain | |
| de.slackspace.openkeepass.domain.zipper | |
| de.slackspace.openkeepass.xml |
| Modifier and Type | Method and Description |
|---|---|
KeePassFile |
KeePassDatabase.openDatabase(File keyFile)
Opens a KeePass database with the given password and returns the KeePassFile for further processing.
|
KeePassFile |
KeePassDatabase.openDatabase(InputStream keyFileStream)
Opens a KeePass database with the given keyfile stream and returns the KeePassFile for further processing.
|
KeePassFile |
KeePassDatabase.openDatabase(String password)
Opens a KeePass database with the given password and returns the KeePassFile for further processing.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
KeePassDatabase.write(KeePassFile keePassFile,
String password,
OutputStream stream)
Encrypts a
KeePassFile with the given password and writes it to the given stream. |
static void |
KeePassDatabase.write(KeePassFile keePassFile,
String password,
String keePassDatabaseFile)
Encrypts a
KeePassFile with the given password and writes it to the given file location. |
| Modifier and Type | Method and Description |
|---|---|
KeePassFile |
KeePassFileBuilder.build()
Builds a new KeePass file.
|
| Constructor and Description |
|---|
KeePassFileBuilder(KeePassFile keePassFile)
Creates a builder and initializes it with the structure from the given KeePass file.
|
| Modifier and Type | Method and Description |
|---|---|
KeePassFile |
GroupZipper.close()
Returns a new
KeePassFile from the current tree structure. |
| Constructor and Description |
|---|
GroupZipper(KeePassFile keePassFile)
Create a zipper with the tree structure of the given KeePass file.
|
| Modifier and Type | Method and Description |
|---|---|
KeePassFile |
KeePassDatabaseXmlParser.fromXml(InputStream inputStream,
ProtectedStringCrypto protectedStringCrypto) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayOutputStream |
KeePassDatabaseXmlParser.toXml(KeePassFile keePassFile,
ProtectedStringCrypto protectedStringCrypto) |
Copyright © 2016. All rights reserved.