Interface ClientCryptoListener


public interface ClientCryptoListener
  • Method Details

    • getSessionPassword

      char[] getSessionPassword(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