Skip to content

Commit

Permalink
fix(did): signing alogrithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Egenolf committed Jun 13, 2024
1 parent 822be54 commit 8c068b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public LocalKeystoreByteSigner(KdsConfigProperties kdsConfigProperties)
throws KeyStoreException, IOException, CertificateException, NoSuchAlgorithmException,
UnrecoverableKeyException {

super("EC");
super("ES256");

KeyStore keyStore = KeyStore.getInstance("JKS");

Expand Down

0 comments on commit 8c068b0

Please sign in to comment.