Interface PasswordInputCallback

  • All Known Implementing Classes:
    PrefilledPasswordCallback

    public interface PasswordInputCallback
    This Callback is created in order to retrieve the password from the user when accessing the Key Store.
    • Method Summary

      Modifier and Type Method Description
      char[] getPassword()
      Retrieve the password (from the user)
    • Method Detail

      • getPassword

        char[] getPassword()
        Retrieve the password (from the user)
        Returns:
        the password