Interface ClientCryptoListener
public interface ClientCryptoListener
-
Method Summary
Modifier and TypeMethodDescriptionchar[]getSessionPassword(String reason) voidvoidIndicates that the session password returned is incorrect.
-
Method Details
-
getSessionPassword
- 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
-