Class ServerVaultFile

java.lang.Object
eirb.pub.app.vault.VaultFile
eirb.pub.app.server.ServerVaultFile

public class ServerVaultFile extends VaultFile
  • Constructor Details

  • Method Details

    • getId

      public UUID getId()
      Get the id of the vault File
      Returns:
      vault name
    • setId

      public void setId(UUID id)
      Set the id of the vault File
      Parameters:
      id - , id of the VaultFile
    • getHash

      public String getHash()
      Get the hash of the vault File
      Returns:
      vault name
    • setHash

      public void setHash(String hash)
      Set the hash of the vault File
      Parameters:
      hash - , hash of the VaultFile
    • setFrom

      public void setFrom(VaultFile vaultFile) throws VaultException, CipherException
      Description copied from class: VaultFile
      update important elements of cypherVault
      Overrides:
      setFrom in class VaultFile
      Throws:
      VaultException
      CipherException