Package com.aresstack.keepassrpc.pairing
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 Summary
Modifier and TypeMethodDescriptionRequest the one-time pairing key for the given session.
-
Method Details
-
requestPairingKey
Request the one-time pairing key for the given session.- Parameters:
session- current pairing session- Returns:
- the one-time key shown by KeePassRPC
-