Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit dba48e2

Browse files
mustafasalfitinitin-vavdiya
authored andcommitted
fix: add exceptions and fix naming
1 parent b3db3e0 commit dba48e2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/org/eclipse/tractusx/managedidentitywallets/service/WalletKeyService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,4 @@ public Object getPrivateKeyByWalletIdAndAlgorithm(long walletId, SupportedAlgori
114114
public String getWalletKeyIdByWalletId(long walletId) {
115115
return walletKeyRepository.getByWalletId(walletId).getKeyId();
116116
}
117-
118117
}

src/main/java/org/eclipse/tractusx/managedidentitywallets/utils/CommonUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public static SecureTokenRequest getSecureTokenRequest(MultiValueMap<String, Str
180180
Map<String, String> singleValueMap = map.toSingleValueMap();
181181
return objectMapper.convertValue(singleValueMap, SecureTokenRequest.class);
182182
}
183-
184183
@SneakyThrows({DidParseException.class})
185184
public static String vcAsJwt(Wallet issuerWallet, Wallet holderWallet, VerifiableCredential vc , WalletKeyService walletKeyService){
186185

0 commit comments

Comments
 (0)