Tagged Questions
1
vote
1answer
85 views
How to sign data with .p12 file in Java?
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 ...
1
vote
2answers
118 views
PKCS#12 : DerInputStream.getLength() exception
I generate a certificate using the keytool command:
keytool -genkeypair -alias myRSAKey -keyalg RSA -keysize 1024 -keystore test.p12 -storepass test -storetype pkcs12
Then if I try to load it using ...
0
votes
2answers
70 views
Problems when using multiple keys in a jks (ssl)
I have two client pkcs12 keystores. I exported the certs out of both of those and added them to a new jks using keyman. The strange thing is that each keystore seperately works fine, but when i ...
0
votes
2answers
5k views
How to set up Java to use user specific certificates for Eclipse?
I can't believe I'm the only person to run up against this problem. I've been googling for hours and have not had any luck. The Java security documentation doesn't seem to address PKCS12 certificates ...