Class CharArrayPasswordFinder

  • All Implemented Interfaces:
    PasswordSupplier

    public class CharArrayPasswordFinder
    extends java.lang.Object
    implements PasswordSupplier
    Trivial implementation of PasswordSupplier which uses a password provided to the constructor.
    Author:
    K. Benedyczak
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] getPassword()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharArrayPasswordFinder

        public CharArrayPasswordFinder​(char[] password)