Interface PasswordParameter

All Superinterfaces:
ConfigParameter, Parameter
All Known Implementing Classes:
PasswordParameterImpl

public interface PasswordParameter extends Parameter
  • Field Details

  • Method Details

    • getValue

      byte[] getValue()
    • setValue

      void setValue(String plain_password)
    • setWidthInCharacters

      void setWidthInCharacters(int widthInCharacters)
      Set a width hint for displaying the text field
      Since:
      BiglyBT 1.9.0.1
    • getWidthInCharacters

      int getWidthInCharacters()
      Returns:
      width hint in characters for displaying the text field
      Since:
      BiglyBT 1.9.0.1