Skip to content

Commit

Permalink
fix: exception names
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 fc6c077 commit 30a60d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static String vcAsJwt(Wallet issuerWallet, Wallet holderWallet, Verifiabl

Did issuerDid = DidParser.parse(issuerWallet.getDid());
Did holderDid = DidParser.parse(holderWallet.getDid());

// JWT Factory
SerializedJwtVCFactoryImpl vcFactory = new SerializedJwtVCFactoryImpl(
new SignedJwtFactory(new OctetKeyPairFactory()));
Expand Down

0 comments on commit 30a60d5

Please sign in to comment.