Package com.aresstack.keepassrpc.client
Class KeePassRpcPairingDialog
java.lang.Object
com.aresstack.keepassrpc.client.KeePassRpcPairingDialog
Optional Swing dialog for KeePassRPC pairing.
New code should prefer DefaultKeePassRpcPairingService directly and use this
dialog only as a Swing adapter. The dialog starts the pairing session, asks the
user for the one-time key shown by KeePass, delegates completion to the pairing
service, and persists the resulting SRP key through a settings repository.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringShow the pairing dialog and return the validated SRP key.static StringshowAndPair(KeePassRpcSettingsRepository repository)
-
Method Details
-
showAndPair
Show the pairing dialog and return the validated SRP key. If the user cancels or pairing fails, returnsnull. -
showAndPair
-