public class Decrypter extends Object
| Constructor and Description |
|---|
Decrypter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decryptDatabase(byte[] password,
KeePassHeader header,
byte[] database) |
byte[] |
encryptDatabase(byte[] password,
KeePassHeader header,
byte[] database) |
public byte[] decryptDatabase(byte[] password,
KeePassHeader header,
byte[] database)
throws IOException
IOExceptionpublic byte[] encryptDatabase(byte[] password,
KeePassHeader header,
byte[] database)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.