Class KeePassRpcPairingSession

java.lang.Object
com.aresstack.keepassrpc.pairing.KeePassRpcPairingSession
All Implemented Interfaces:
AutoCloseable

public final class KeePassRpcPairingSession extends Object implements AutoCloseable
Represents an in-progress KeePassRPC pairing session.

A session owns the temporary WebSocket connection and SRP handshake state until KeePassRpcPairingService.completePairing(KeePassRpcPairingSession, String) completes or the session is closed.