Package com.bastiaanjansen.otp
Interface TOTPGenerator
-
- All Known Implementing Classes:
TOTP
public interface TOTPGenerator
-
-
Method Detail
-
now
String now()
-
at
String at(long secondsPast1970)
-
getURI
URI getURI(String issuer) throws URISyntaxException
- Throws:
URISyntaxException
-
getURI
URI getURI(String issuer, String account) throws URISyntaxException
- Throws:
URISyntaxException
-
-