Interface KeePassRpcPairingKeyProvider


public interface KeePassRpcPairingKeyProvider
Supplies the one-time pairing key shown by KeePassRPC.

Implementations can read the key from a Swing dialog, a command-line prompt, an installer screen, or a test harness. The pairing service remains independent from the chosen user interaction mechanism.

  • Method Details

    • requestPairingKey

      String requestPairingKey(KeePassRpcPairingSession session)
      Request the one-time pairing key for the given session.
      Parameters:
      session - current pairing session
      Returns:
      the one-time key shown by KeePassRPC