|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openuat.apps.OpenUATtoolkit
public class OpenUATtoolkit
Implements the OpenUAT toolkit for J2SE.
| Nested Class Summary | |
|---|---|
protected static class |
OpenUATtoolkit.TempHandler
Handles the authentication steps |
| Field Summary | |
|---|---|
static java.lang.String |
ACK
|
static java.lang.String |
AUDIO
Use HAPADEP to transmit the hash of the key over the audio channel |
static java.lang.String |
DONE
informs that transmission was completed |
static java.lang.String |
FAILURE
informs that verification was NOT successful |
static java.lang.String |
MADLIB
The user compares two sentences displayed by the devices |
static java.lang.String |
PREPARE
prepares to transmit the code on the previously selected channel |
static java.lang.String |
REPLAY
Replay the slow codec tune |
static java.lang.String |
SLOWCODEC
The user compares two piano songs coming from the two devices |
static java.lang.String |
START
tells to start transmitting |
static java.lang.String |
SUCCESS
informs that verification was successful |
static java.lang.String |
VERIFY
Synchronization commands between the two devices transmitted during the verification phase via Bluetooth. |
static java.lang.String |
VISUAL
QR code - take picture and decode |
| Constructor Summary | |
|---|---|
OpenUATtoolkit()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VISUAL
public static final java.lang.String AUDIO
public static final java.lang.String SLOWCODEC
public static final java.lang.String MADLIB
public static final java.lang.String VERIFY
public static final java.lang.String ACK
public static final java.lang.String PREPARE
public static final java.lang.String START
public static final java.lang.String DONE
public static final java.lang.String SUCCESS
public static final java.lang.String FAILURE
public static final java.lang.String REPLAY
| Constructor Detail |
|---|
public OpenUATtoolkit()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.NumberFormatException
java.lang.NumberFormatException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||