I was wondering, whether it is possible to run U2F with a fat java client, as I had no luck finding any java libraries that allowed sending queries to the authenticator token. Is such support possible or planed?
Asked
Active
Viewed 349 times
0
-
1JFYI: We have added U2F support to SecureBlackbox 16, but Java API for U2F is not available. It will be available in about a month or so. – Eugene Mayevski 'Callback Apr 30 '17 at 16:44
-
Any news on this? – Emax Sep 14 '17 at 09:51
1 Answers
2
If you achieve U2F javascript API into pure Java that can communicate with USB via HID, yes, it is possible. However, as I know so far there's no such JAVA libs so I'm afraid you need to implement it by yourself. But you can do it with C or Python. Maybe JNI as well.

Qingbao
- 46
- 7