src/java.base/share/classes/sun/security/tools/keytool/Resources.java
changeset 59104 046e4024e55a
parent 57580 691ce25ee015
equal deleted inserted replaced
59103:4a09d4df104c 59104:046e4024e55a
   472         {"whose.key.risk", "%1$s uses a %2$s which is considered a security risk."},
   472         {"whose.key.risk", "%1$s uses a %2$s which is considered a security risk."},
   473         {"jks.storetype.warning", "The %1$s keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using \"keytool -importkeystore -srckeystore %2$s -destkeystore %2$s -deststoretype pkcs12\"."},
   473         {"jks.storetype.warning", "The %1$s keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using \"keytool -importkeystore -srckeystore %2$s -destkeystore %2$s -deststoretype pkcs12\"."},
   474         {"migrate.keystore.warning", "Migrated \"%1$s\" to %4$s. The %2$s keystore is backed up as \"%3$s\"."},
   474         {"migrate.keystore.warning", "Migrated \"%1$s\" to %4$s. The %2$s keystore is backed up as \"%3$s\"."},
   475         {"backup.keystore.warning", "The original keystore \"%1$s\" is backed up as \"%3$s\"..."},
   475         {"backup.keystore.warning", "The original keystore \"%1$s\" is backed up as \"%3$s\"..."},
   476         {"importing.keystore.status", "Importing keystore %1$s to %2$s..."},
   476         {"importing.keystore.status", "Importing keystore %1$s to %2$s..."},
   477         {"keyalg.option.1.missing.warning", "No -keyalg option. The default key algorithm (%s) is a legacy algorithm and is no longer recommended. In a subsequent release of the JDK, the default will be removed and the -keyalg option must be specified."},
   477         {"keyalg.option.missing.error", "The -keyalg option must be specified."},
   478 
   478 
   479         {"showinfo.no.option", "Missing option for -showinfo. Try \"keytool -showinfo -tls\"."},
   479         {"showinfo.no.option", "Missing option for -showinfo. Try \"keytool -showinfo -tls\"."},
   480     };
   480     };
   481 
   481 
   482 
   482