Package ipsk.util

Class PasswordGenerator


  • public class PasswordGenerator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_LENGTH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateRandom()  
      int getLength()  
      void setLength​(int length)  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_LENGTH

        public static int DEFAULT_LENGTH
    • Constructor Detail

      • PasswordGenerator

        public PasswordGenerator()
    • Method Detail

      • generateRandom

        public java.lang.String generateRandom()
      • getLength

        public int getLength()
      • setLength

        public void setLength​(int length)