How to sign data with .p12 file in Java?
Java seems to only support up to pkcs11, I just can't find the standard library for pkcs12. There is nothing in java.security ... for decoding a .p12 file to get the secret key for signing.
Any solution? I am creating an applet, so itβs good if there is a small library, but not those libraries that are 1 MB or larger.
source share