org.openuat.channel.oob
Class VisualChannel

java.lang.Object
  extended by org.openuat.channel.oob.VisualChannel
All Implemented Interfaces:
OOBChannel

public class VisualChannel
extends java.lang.Object
implements OOBChannel

Displays the verification message as a QR barcode on the specified JPanel. Capturing functionality is not implemented.

Author:
Iulia Ion

Field Summary
 
Fields inherited from interface org.openuat.authentication.OOBChannel
AUDIO_CHANNEL, BUTTON_CHANNEL, VIDEO_CHANNEL
 
Constructor Summary
VisualChannel()
           
 
Method Summary
 void capture()
           
 void close()
           
 void setOOBMessageHandler(OOBMessageHandler handler)
           
 void setPane(javax.swing.JPanel pane)
           
 void transmit(byte[] message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualChannel

public VisualChannel()
Method Detail

close

public void close()

capture

public void capture()
Specified by:
capture in interface OOBChannel

setOOBMessageHandler

public void setOOBMessageHandler(OOBMessageHandler handler)
Specified by:
setOOBMessageHandler in interface OOBChannel

transmit

public void transmit(byte[] message)
Specified by:
transmit in interface OOBChannel

setPane

public void setPane(javax.swing.JPanel pane)


2005-2009, Rene Mayrhofer.