NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available when trying to sign with DIGICERTONE keylocker without client tools #262
Answered
by
ebourg
dcherian-dev
asked this question in
Q&A
-
Hello, I have the following code snippet:
Could you please tell me what is missing that it is getting the above exception. The certFile string the path to the Certificate_pkcs11.p12 cert. |
Beta Was this translation helpful? Give feedback.
Answered by
ebourg
Nov 23, 2024
Replies: 1 comment 4 replies
-
What artifact did you include in your project dependencies? net.jsign:jsign or net.jsign:jsign-core? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The HmacPBESHA256 algorithm isn't supported by your JDK. Upgrading to Java 17 should fix this. It that's not possible you have to export your certificate to a different keystore using an algorithm supported by your JDK