Package org.labkey.remoteapi.totp
Class TotpManager
java.lang.Object
org.labkey.remoteapi.totp.TotpManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateCode(String secretKey) static StringgenerateCode(String secretKey, int timeStep, int digits, HashingAlgorithm hashingAlgorithm)
-
Constructor Details
-
TotpManager
public TotpManager()
-
-
Method Details
-
generateCode
- Throws:
CodeGenerationException
-
generateCode
public static String generateCode(String secretKey, int timeStep, int digits, HashingAlgorithm hashingAlgorithm) throws CodeGenerationException - Throws:
CodeGenerationException
-