Replies: 2 comments 1 reply
-
Can you provide an example how you create and add the digital signature? |
Beta Was this translation helpful? Give feedback.
-
Thank for your answer . I'll try to give you a proper testing case . but i dont have a lot of time to debug more . (maybe this week end..) Our digital signature has proprietary format due to the cryptographic service provider we are using for the login. So ill try to export a signature to an open format .. I'm not sure but the only diffirence between a digital signature and an other certificat is the keyusage (https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/security/cert/X509Certificate.html#getKeyUsage()) we reproduce the problem with a simplier test ...
BR |
Beta Was this translation helpful? Give feedback.
-
I have a personal digital signature installed on my pc truststore .
And when i run a simple test with a jdk17 :
i get a popup from the digital signature software to enter my digital signature password .
I dont know if its the right way to do it but ,
Do you know if there is a way to filter certificates on the keystore to exclude digital signatures ?
and withSystemTrustMaterial() should impliment this behavior ?
because the problem happens with sonarlint intellij plugin and robot 3T, each time intellij/or robot3t start the login popup appears ...
Best regards
Beta Was this translation helpful? Give feedback.
All reactions