Searched defs:generateOTP (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 DHOTPAlgorithm.java154 static public String generateOTP(byte[] secret, method in class:HOTPAlgorithm
201 System.out.println(HOTPAlgorithm.generateOTP(code, i, 6, false, i));
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPAlgorithm.java154 static public String generateOTP(byte[] secret, method in class:HOTPAlgorithm
201 System.out.println(HOTPAlgorithm.generateOTP(code, i, 6, false, i));

Completed in 25 milliseconds