Class KeyAndPasswordVM


  • public class KeyAndPasswordVM
    extends Object
    View Model object for storing the user's key and password.
    • Constructor Detail

      • KeyAndPasswordVM

        public KeyAndPasswordVM()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getNewPassword

        public String getNewPassword()
      • setNewPassword

        public void setNewPassword​(String newPassword)