Class CharArrayPasswordFinder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] password  
    • 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
    • Field Detail

      • password

        private transient char[] password
    • Constructor Detail

      • CharArrayPasswordFinder

        public CharArrayPasswordFinder​(char[] password)