Class EncryptedContainer

java.lang.Object
org.eblocker.server.http.backup.EncryptedContainer

public class EncryptedContainer extends Object
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 Details

    • EncryptedContainer

      public EncryptedContainer()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getContent

      public byte[] getContent()
    • setContent

      public void setContent(byte[] content)