RFR: 8304956: Update KeyStore.getDefaultType​() specification to return pkcs12 as fallback

Sean Coffey coffeys at openjdk.org
Thu Sep 7 19:24:42 UTC 2023


On Thu, 7 Sep 2023 18:12:28 GMT, Ben Perez <duke at openjdk.org> wrote:

> Replaced "jks" with "pkcs12" in both the spec and fallback for `KeyStore.getDefaultType()`

looks like this comment in the same file could be updated also: (jks -> pkcs12)


   /*
     * Constant to lookup in the Security properties file to determine
     * the default keystore type.
     * In the Security properties file, the default keystore type is given as:
     * <pre>
     * keystore.type=jks
     * </pre>
     */

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15625#issuecomment-1710658508



More information about the security-dev mailing list