Password

Represents a password that will not displayed to the UI but can be persisted.

API

Password.java
class Password {
  Password(String password)
  Password of(String password)
  boolean checkPassword(String password)
  String toString()
}