Skip to content

Commit

Permalink
fix: add exceptions and fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti authored and nitin-vavdiya committed May 21, 2024
1 parent b3db3e0 commit dba48e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ public Object getPrivateKeyByWalletIdAndAlgorithm(long walletId, SupportedAlgori
public String getWalletKeyIdByWalletId(long walletId) {
return walletKeyRepository.getByWalletId(walletId).getKeyId();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public static SecureTokenRequest getSecureTokenRequest(MultiValueMap<String, Str
Map<String, String> singleValueMap = map.toSingleValueMap();
return objectMapper.convertValue(singleValueMap, SecureTokenRequest.class);
}

@SneakyThrows({DidParseException.class})
public static String vcAsJwt(Wallet issuerWallet, Wallet holderWallet, VerifiableCredential vc , WalletKeyService walletKeyService){

Expand Down

0 comments on commit dba48e2

Please sign in to comment.