Class PasswordGuessEvidence

    • Field Detail

      • guess

        private final char[] guess
      • destroyed

        private boolean destroyed
    • Constructor Detail

      • PasswordGuessEvidence

        public PasswordGuessEvidence​(char[] guess)
        Construct a new instance.
        Parameters:
        guess - the non null password guess
    • Method Detail

      • getGuess

        public char[] getGuess()
        Get the password guess.
        Returns:
        the password guess