Class DefaultKeePassRpcPairingService

java.lang.Object
com.aresstack.keepassrpc.pairing.DefaultKeePassRpcPairingService
All Implemented Interfaces:
KeePassRpcPairingService

public class DefaultKeePassRpcPairingService extends Object implements KeePassRpcPairingService
Default implementation of the UI-independent KeePassRPC pairing service.

The service performs the KeePassRPC SRP setup handshake, keeps the pairing WebSocket open while the caller obtains the one-time key, and derives the reusable SRP key returned in KeePassRpcPairingResult. It does not create dialogs, store settings, or depend on a concrete UI toolkit.