From 9fd84105a961dfa65ecf002dfc5d273146aebe81 Mon Sep 17 00:00:00 2001 From: dattatrayamote Date: Tue, 20 Aug 2024 14:03:30 +0530 Subject: [PATCH] commit: DDCCGW-666 and DDCCGW-695 --- .../keydistribution/service/SignerInformationService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/tng/trustnetwork/keydistribution/service/SignerInformationService.java b/src/main/java/tng/trustnetwork/keydistribution/service/SignerInformationService.java index 137216b..7492def 100644 --- a/src/main/java/tng/trustnetwork/keydistribution/service/SignerInformationService.java +++ b/src/main/java/tng/trustnetwork/keydistribution/service/SignerInformationService.java @@ -166,6 +166,7 @@ public List getCertificatesByAllGroups(List gr * @param country a participant aka country code, used as filter * @return matching SignerInformationEntities */ + public List getCertificatesByCountryDomain(String country, String domain) { return signerInformationRepository.getByDomainIsAndCountryIs(domain, country);