Searched defs:HOTPAlgorithm (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 D | HOTPAlgorithm.java | 30 * $Id: HOTPAlgorithm.java,v 1.2 2009/07/11 00:46:56 qcheng Exp $ 53 public class HOTPAlgorithm { class 55 private HOTPAlgorithm() { 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 D | HOTPAlgorithm.java | 30 * $Id: HOTPAlgorithm.java,v 1.2 2009/07/11 00:46:56 qcheng Exp $ 53 public class HOTPAlgorithm { class 55 private HOTPAlgorithm() { method in class:HOTPAlgorithm 201 System.out.println(HOTPAlgorithm.generateOTP(code, i, 6, false, i));
|
Completed in 90 milliseconds