SsiSdk.init(SystemConfig.getDefault()).join(); SsiService ssiService = new SsiService(); HttpHolderApp app = new HttpHolderApp(ssiService); ssiService.setAuthClientDispatcher(app); ssiService.setHolderDispatcher(app); ssiService.setConnectionDispatcher(app); HolderState holderState = new HolderState(); holderState.setPeer("issuer-verifier");