Interface OtpGenerator
- All Known Implementing Classes:
OtpGenerator.PresetOtpGenerator,OtpGenerator.RandomOtpGenerator
public interface OtpGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiongenerate()static OtpGeneratorof(OtpGenerator.Mode mode, String preset, int digits)
-
Method Details
-
generate
String generate() -
of
-