public static class KeePassFile.Binary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
compressed |
protected Integer |
id |
protected String |
value |
| Constructor and Description |
|---|
Binary() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCompressed() |
Integer |
getId() |
String |
getValue() |
void |
setCompressed(boolean compressed) |
void |
setId(Integer Id) |
void |
setValue(String value) |
Copyright © 2025. All rights reserved.