Skip to content

Commit

Permalink
feat: New P-256 JWK Thumbprint, logic change #2616
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Apr 24, 2024
1 parent 4144314 commit a9cee53
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1579,11 +1579,8 @@ Future<(String?, String?, String?, String?)> getClientDetails({

final didKeyType = customOidc4vcProfile.defaultDid;

final privateKey = await fetchPrivateKey(
profileCubit: profileCubit,
isEBSIV3: isEBSIV3,
didKeyType: didKeyType,
);
final privateKey =
await getP256KeyToGetAndPresentVC(profileCubit.secureStorageProvider);

final (did, _) = await fetchDidAndKid(
privateKey: privateKey,
Expand Down

0 comments on commit a9cee53

Please sign in to comment.