Implement a keystore type detector for JKS and PKCS12 keystores. The java.security.KeyStore class has been enhanced to detect the correct keystore type regardless of the keystore type supplied by the caller. Currently, only JKS and PKCS12 keystore types are detected.
|