Cannot create signer: No installed provider supports this key: net.jsign.jca.SigningServicePrivateKey #188
Answered
by
manishgant
manishgant
asked this question in
Q&A
-
I am running into the above mentioned error cannot create signer: No installed provider supports this key: net.jsign.jca.SigningServicePrivateKey What provider do I add to enable support for the SigningServicePrivateKey? I am currently using BouncyCastleProvider and I want to use AWS KMS with jsign to codesign inside a Java App. |
Beta Was this translation helpful? Give feedback.
Answered by
manishgant
Dec 7, 2023
Replies: 1 comment 5 replies
-
Could you post the code leading to this error? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Storepass isn't the issue, I am able to reach KMS and obtain what I need from there.
Actually I figured it out, I had to explicitly set the Security provider as SigningServiceJcaProvider. It works now