Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Print YubiOATH support status in test Java app
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 20, 2014
1 parent ef57fbf commit c1488ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/src/com/example/LibTest.java
Expand Up @@ -204,7 +204,8 @@ public static void main(String argv[]) {
System.out.println(" PKCS=" + lib.hasPKCS11Support() +
", TSS=" + lib.hasTSSBlobSupport() +
", STOKEN=" + lib.hasStokenSupport() +
", OATH=" + lib.hasOATHSupport());
", OATH=" + lib.hasOATHSupport() +
", YUBIOATH=" + lib.hasYubiOATHSupport());
lib.setReportedOS("win");
lib.setLogLevel(lib.PRG_DEBUG);
//lib.setTokenMode(LibOpenConnect.OC_TOKEN_MODE_STOKEN, null);
Expand Down

0 comments on commit c1488ef

Please sign in to comment.