Class MasterTO


  • public class MasterTO
    extends java.lang.Object
    The master transfer object is used to create and load the master file from/to XML. The master file only contains the salt for the master key.

    The master file is stored locally and on the remote storage. The salt is used to create the master key from a password.

    It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.

    See Also:
    Simple framework
    • Constructor Summary

      Constructors 
      Constructor Description
      MasterTO()  
      MasterTO​(byte[] salt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commit()  
      byte[] getSalt()  
      void prepare()  
      void release()  
      void save​(java.io.File file)  
      void setSalt​(byte[] salt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait