kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

add bouncycastle fips provider #423

Closed jonnytest1 closed 1 year ago

jonnytest1 commented 1 year ago

Is your feature request related to a problem? Please describe. i have a keystore thats in the format bcfks

Describe the solution you'd like get provider from here https://www.bouncycastle.org/fips-java/

and do the equivalent of
-provider org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider \ -providerpath /opt/mapr/lib/bc-fips-1.0.2.1.jar \ -providername BCFIPS \