Package org.eblocker.server.http.backup
Class EncryptedContainer
java.lang.Object
org.eblocker.server.http.backup.EncryptedContainer
Stores a name and bytes, e.g. the name of a file and its content.
The content is encrypted if the container is serialized to JSON.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EncryptedContainer
public EncryptedContainer()
-
-
Method Details
-
getName
-
setName
-
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content)
-