How to sign data with .p12 file in Java?
Java seems to support only until pkcs11, I just can't find the standard library for pkcs12. There's nothing in 'java.security'... for decoding .p12 file to get private key to perform signing.
Any solution? I'm creating an applet so it's good if there's a small library available, but not those libraries of 1MB or above.