Class PasswordGenerator
java.lang.Object
de.christofreichardt.jca.shamirsdemo.PasswordGenerator
- All Implemented Interfaces:
de.christofreichardt.diagnosis.Traceable
public class PasswordGenerator extends Object implements de.christofreichardt.diagnosis.Traceable
-
Constructor Summary
Constructors Constructor Description PasswordGenerator(int length)PasswordGenerator(int length, char[] symbols) -
Method Summary
Modifier and Type Method Description static char[]all()static char[]alphanumeric()static char[]alphanumericWithPunctuationAndSymbols()static char[]alphanumericWithUmlauts()de.christofreichardt.diagnosis.AbstractTracergetCurrentTracer()static char[]umlauts()
-
Constructor Details
-
PasswordGenerator
- Throws:
GeneralSecurityException
-
PasswordGenerator
- Throws:
GeneralSecurityException
-
-
Method Details
-
alphanumeric
public static char[] alphanumeric() -
umlauts
public static char[] umlauts() -
alphanumericWithUmlauts
public static char[] alphanumericWithUmlauts() -
alphanumericWithPunctuationAndSymbols
public static char[] alphanumericWithPunctuationAndSymbols() -
all
public static char[] all() -
getCurrentTracer
public de.christofreichardt.diagnosis.AbstractTracer getCurrentTracer()- Specified by:
getCurrentTracerin interfacede.christofreichardt.diagnosis.Traceable
-