On 07/12/2011 16:27, Bruno Harbulot wrote:
>
> You can then use it with KeyStore type "PKCS12" (no #) from Java directly.
> You could also convert this PKCS#12 file into a JKS/JECKS keystore using
> keytool and its -importstore options (only in Java 6+).
>
Sorry, I meant -importkeystore:
keytool -importkeystore -srckeystore usercreds.p12 \
-srsstoretype PKCS12 \
-destkeystore usercreds.jceks \
-deststoretype JCEKS
Best wishes,
Bruno.