Package com.biglybt.core.crypto
Interface ClientCryptoListener
-
public interface ClientCryptoListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 ClientCryptoException
- Throws:
ClientCryptoException
-
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
-
-