src/java.base/share/classes/sun/security/tools/keytool/Resources.java
changeset 52511 ddcbc20e8c6a
parent 48543 7067fe4e054e
child 52598 0379b618ec46
equal deleted inserted replaced
52510:3b91496409fc 52511:ddcbc20e8c6a
    97         {"Changes.the.store.password.of.a.keystore",
    97         {"Changes.the.store.password.of.a.keystore",
    98                 "Changes the store password of a keystore"}, //-storepasswd
    98                 "Changes the store password of a keystore"}, //-storepasswd
    99         // keytool: help: options
    99         // keytool: help: options
   100         {"alias.name.of.the.entry.to.process",
   100         {"alias.name.of.the.entry.to.process",
   101                 "alias name of the entry to process"}, //-alias
   101                 "alias name of the entry to process"}, //-alias
       
   102         {"groupname.option.help",
       
   103                 "Group name. For example, an Elliptic Curve name."}, //-groupname
   102         {"destination.alias",
   104         {"destination.alias",
   103                 "destination alias"}, //-destalias
   105                 "destination alias"}, //-destalias
   104         {"destination.key.password",
   106         {"destination.key.password",
   105                 "destination key password"}, //-destkeypass
   107                 "destination key password"}, //-destkeypass
   106         {"destination.keystore.name",
   108         {"destination.keystore.name",
   288                 "Cannot derive signature algorithm"},
   290                 "Cannot derive signature algorithm"},
   289         {"Alias.alias.does.not.exist",
   291         {"Alias.alias.does.not.exist",
   290                 "Alias <{0}> does not exist"},
   292                 "Alias <{0}> does not exist"},
   291         {"Alias.alias.has.no.certificate",
   293         {"Alias.alias.has.no.certificate",
   292                 "Alias <{0}> has no certificate"},
   294                 "Alias <{0}> has no certificate"},
       
   295         {"groupname.keysize.coexist",
       
   296                 "Cannot specify both -groupname and -keysize"},
       
   297         {"deprecate.keysize.for.ec",
       
   298                 "Specifying -keysize for generating EC keys is deprecated, please use \"-groupname %s\" instead."},
   293         {"Key.pair.not.generated.alias.alias.already.exists",
   299         {"Key.pair.not.generated.alias.alias.already.exists",
   294                 "Key pair not generated, alias <{0}> already exists"},
   300                 "Key pair not generated, alias <{0}> already exists"},
   295         {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
   301         {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
   296                 "Generating {0} bit {1} key pair and self-signed certificate ({2}) with a validity of {3} days\n\tfor: {4}"},
   302                 "Generating {0} bit {1} key pair and self-signed certificate ({2}) with a validity of {3} days\n\tfor: {4}"},
   297         {"Enter.key.password.for.alias.", "Enter key password for <{0}>"},
   303         {"Enter.key.password.for.alias.", "Enter key password for <{0}>"},