com.aelitis.azureus.core.crypto
Interface VuzeCryptoListener


public interface VuzeCryptoListener


Method Summary
 char[] getSessionPassword(java.lang.String reason)
           
 void sessionPasswordCorrect()
           
 void sessionPasswordIncorrect()
          Indicates that the session password returned is incorrect.
 

Method Detail

getSessionPassword

char[] getSessionPassword(java.lang.String reason)
                          throws VuzeCryptoException
Throws:
VuzeCryptoException

sessionPasswordCorrect

void sessionPasswordCorrect()

sessionPasswordIncorrect

void sessionPasswordIncorrect()
Indicates that the session password returned is incorrect. This is a bad state of affairs and the (probable) only solution is to generate a new public/private key pair