Interface PasswordProvider

    • Method Detail

      • get

        char[] get()
        Returns the password to be used in clear format. The char[] returned from the get() method is not retained by the provider, and it is expected that the consumer zero's out the array once it is done with the password.
        Returns:
        password as char[]
      • reset

        static void reset​(char[]... arrays)
        Resets the contents of a password array
        Parameters:
        arrays - an array of character arrays to reset