Searched defs:sentHOTPCodeTime (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java81 private long sentHOTPCodeTime; field in class:HOTPService
132 sentHOTPCodeTime = System.currentTimeMillis();
152 long timePassed = System.currentTimeMillis() - sentHOTPCodeTime;
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java83 private long sentHOTPCodeTime; field in class:HOTPService
134 sentHOTPCodeTime = currentTimeMillis();
154 long timePassed = currentTimeMillis() - sentHOTPCodeTime;

Completed in 30 milliseconds