org.openuat.authentication
Interface KeyManager.VerificationHandler

All Known Implementing Classes:
BluetoothRFCOMMChannel.TempHandler, DHWithVerification.StartVerificationHandler, OpenUATtoolkit.TempHandler
Enclosing class:
KeyManager

public static interface KeyManager.VerificationHandler

This interface must be implemented by classes used for key verification.


Method Summary
 void startVerification(byte[] sharedAuthenticationKey, java.lang.String optionalParam, RemoteConnection toRemote)
           
 

Method Detail

startVerification

void startVerification(byte[] sharedAuthenticationKey,
                       java.lang.String optionalParam,
                       RemoteConnection toRemote)


2005-2009, Rene Mayrhofer.