I need to convert certificate from DER format to pkcs#12 format. I know I can do this using openssl command. I am looking for java API / Class which can do this job.
Any help will be appreciated.
I need to convert certificate from DER format to pkcs#12 format. I know I
Share
You can try to load the PKCS#12 container as a keystore:
Once loaded, you can enumerate the elements inside the container: