Package com.bastiaanjansen.otp
Interface HOTPVerifier
-
- All Known Implementing Classes:
HOTP
public interface HOTPVerifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanverify(String code, long counter)booleanverify(String code, long counter, int delayWindow)
-