Path: blob/master/src/java.base/share/classes/sun/security/tools/keytool/Resources.java
41161 views
/*1* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.3*4* This code is free software; you can redistribute it and/or modify it5* under the terms of the GNU General Public License version 2 only, as6* published by the Free Software Foundation. Oracle designates this7* particular file as subject to the "Classpath" exception as provided8* by Oracle in the LICENSE file that accompanied this code.9*10* This code is distributed in the hope that it will be useful, but WITHOUT11* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or12* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License13* version 2 for more details (a copy is included in the LICENSE file that14* accompanied this code).15*16* You should have received a copy of the GNU General Public License version17* 2 along with this work; if not, write to the Free Software Foundation,18* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.19*20* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA21* or visit www.oracle.com if you need additional information or have any22* questions.23*/2425package sun.security.tools.keytool;2627/**28* <p> This class represents the <code>ResourceBundle</code>29* for the keytool.30*31*/32public class Resources extends java.util.ListResourceBundle {3334private static final Object[][] contents = {35{"NEWLINE", "\n"},36{"STAR",37"*******************************************"},38{"STARNN",39"*******************************************\n\n"},4041// keytool: Help part42{".OPTION.", " [OPTION]..."},43{"Options.", "Options:"},44{"option.1.set.twice", "The %s option is specified multiple times. All except the last one will be ignored."},45{"multiple.commands.1.2", "Only one command is allowed: both %1$s and %2$s were specified."},46{"Use.keytool.help.for.all.available.commands",47"Use \"keytool -?, -h, or --help\" for this help message"},48{"Key.and.Certificate.Management.Tool",49"Key and Certificate Management Tool"},50{"Commands.", "Commands:"},51{"Use.keytool.command.name.help.for.usage.of.command.name",52"Use \"keytool -command_name --help\" for usage of command_name.\n" +53"Use the -conf <url> option to specify a pre-configured options file."},54// keytool: help: commands55{"Generates.a.certificate.request",56"Generates a certificate request"}, //-certreq57{"Changes.an.entry.s.alias",58"Changes an entry's alias"}, //-changealias59{"Deletes.an.entry",60"Deletes an entry"}, //-delete61{"Exports.certificate",62"Exports certificate"}, //-exportcert63{"Generates.a.key.pair",64"Generates a key pair"}, //-genkeypair65{"Generates.a.secret.key",66"Generates a secret key"}, //-genseckey67{"Generates.certificate.from.a.certificate.request",68"Generates certificate from a certificate request"}, //-gencert69{"Generates.CRL", "Generates CRL"}, //-gencrl70{"Generated.keyAlgName.secret.key",71"Generated {0} secret key"}, //-genseckey72{"Generated.keysize.bit.keyAlgName.secret.key",73"Generated {0}-bit {1} secret key"}, //-genseckey74{"Imports.entries.from.a.JDK.1.1.x.style.identity.database",75"Imports entries from a JDK 1.1.x-style identity database"}, //-identitydb76{"Imports.a.certificate.or.a.certificate.chain",77"Imports a certificate or a certificate chain"}, //-importcert78{"Imports.a.password",79"Imports a password"}, //-importpass80{"Imports.one.or.all.entries.from.another.keystore",81"Imports one or all entries from another keystore"}, //-importkeystore82{"Clones.a.key.entry",83"Clones a key entry"}, //-keyclone84{"Changes.the.key.password.of.an.entry",85"Changes the key password of an entry"}, //-keypasswd86{"Lists.entries.in.a.keystore",87"Lists entries in a keystore"}, //-list88{"Prints.the.content.of.a.certificate",89"Prints the content of a certificate"}, //-printcert90{"Prints.the.content.of.a.certificate.request",91"Prints the content of a certificate request"}, //-printcertreq92{"Prints.the.content.of.a.CRL.file",93"Prints the content of a CRL file"}, //-printcrl94{"Generates.a.self.signed.certificate",95"Generates a self-signed certificate"}, //-selfcert96{"Changes.the.store.password.of.a.keystore",97"Changes the store password of a keystore"}, //-storepasswd98{"showinfo.command.help", "Displays security-related information"},99100// keytool: help: options101{"alias.name.of.the.entry.to.process",102"alias name of the entry to process"}, //-alias103{"groupname.option.help",104"Group name. For example, an Elliptic Curve name."}, //-groupname105{"destination.alias",106"destination alias"}, //-destalias107{"destination.key.password",108"destination key password"}, //-destkeypass109{"destination.keystore.name",110"destination keystore name"}, //-destkeystore111{"destination.keystore.password.protected",112"destination keystore password protected"}, //-destprotected113{"destination.keystore.provider.name",114"destination keystore provider name"}, //-destprovidername115{"destination.keystore.password",116"destination keystore password"}, //-deststorepass117{"destination.keystore.type",118"destination keystore type"}, //-deststoretype119{"distinguished.name",120"distinguished name"}, //-dname121{"X.509.extension",122"X.509 extension"}, //-ext123{"output.file.name",124"output file name"}, //-file and -outfile125{"input.file.name",126"input file name"}, //-file and -infile127{"key.algorithm.name",128"key algorithm name"}, //-keyalg129{"key.password",130"key password"}, //-keypass131{"key.bit.size",132"key bit size"}, //-keysize133{"keystore.name",134"keystore name"}, //-keystore135{"access.the.cacerts.keystore",136"access the cacerts keystore"}, // -cacerts137{"warning.cacerts.option",138"Warning: use -cacerts option to access cacerts keystore"},139{"new.password",140"new password"}, //-new141{"do.not.prompt",142"do not prompt"}, //-noprompt143{"password.through.protected.mechanism",144"password through protected mechanism"}, //-protected145{"tls.option.help", "Displays TLS configuration information"},146147// The following 2 values should span 2 lines, the first for the148// option itself, the second for its -providerArg value.149{"addprovider.option",150"add security provider by name (e.g. SunPKCS11)\n" +151"configure argument for -addprovider"}, //-addprovider152{"provider.class.option",153"add security provider by fully-qualified class name\n" +154"configure argument for -providerclass"}, //-providerclass155156{"provider.name",157"provider name"}, //-providername158{"provider.classpath",159"provider classpath"}, //-providerpath160{"output.in.RFC.style",161"output in RFC style"}, //-rfc162{"signature.algorithm.name",163"signature algorithm name"}, //-sigalg164{"signer.alias",165"signer alias"}, //-signer166{"signer.key.password",167"signer key password"}, //-signerkeypass168{"source.alias",169"source alias"}, //-srcalias170{"source.key.password",171"source key password"}, //-srckeypass172{"source.keystore.name",173"source keystore name"}, //-srckeystore174{"source.keystore.password.protected",175"source keystore password protected"}, //-srcprotected176{"source.keystore.provider.name",177"source keystore provider name"}, //-srcprovidername178{"source.keystore.password",179"source keystore password"}, //-srcstorepass180{"source.keystore.type",181"source keystore type"}, //-srcstoretype182{"SSL.server.host.and.port",183"SSL server host and port"}, //-sslserver184{"signed.jar.file",185"signed jar file"}, //=jarfile186{"certificate.validity.start.date.time",187"certificate validity start date/time"}, //-startdate188{"keystore.password",189"keystore password"}, //-storepass190{"keystore.type",191"keystore type"}, //-storetype192{"trust.certificates.from.cacerts",193"trust certificates from cacerts"}, //-trustcacerts194{"verbose.output",195"verbose output"}, //-v196{"validity.number.of.days",197"validity number of days"}, //-validity198{"Serial.ID.of.cert.to.revoke",199"Serial ID of cert to revoke"}, //-id200// keytool: Running part201{"keytool.error.", "keytool error: "},202{"Illegal.option.", "Illegal option: "},203{"Illegal.value.", "Illegal value: "},204{"Unknown.password.type.", "Unknown password type: "},205{"Cannot.find.environment.variable.",206"Cannot find environment variable: "},207{"Cannot.find.file.", "Cannot find file: "},208{"Command.option.flag.needs.an.argument.", "Command option {0} needs an argument."},209{"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",210"Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified {0} value."},211{"the.keystore.or.storetype.option.cannot.be.used.with.the.cacerts.option",212"The -keystore or -storetype option cannot be used with the -cacerts option"},213{".keystore.must.be.NONE.if.storetype.is.{0}",214"-keystore must be NONE if -storetype is {0}"},215{"Too.many.retries.program.terminated",216"Too many retries, program terminated"},217{".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}",218"-storepasswd and -keypasswd commands not supported if -storetype is {0}"},219{".keypasswd.commands.not.supported.if.storetype.is.PKCS12",220"-keypasswd commands not supported if -storetype is PKCS12"},221{".keypass.and.new.can.not.be.specified.if.storetype.is.{0}",222"-keypass and -new can not be specified if -storetype is {0}"},223{"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified",224"if -protected is specified, then -storepass, -keypass, and -new must not be specified"},225{"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified",226"if -srcprotected is specified, then -srcstorepass and -srckeypass must not be specified"},227{"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified",228"if keystore is not password protected, then -storepass, -keypass, and -new must not be specified"},229{"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified",230"if source keystore is not password protected, then -srcstorepass and -srckeypass must not be specified"},231{"Illegal.startdate.value", "Illegal startdate value"},232{"Validity.must.be.greater.than.zero",233"Validity must be greater than zero"},234{"provclass.not.a.provider", "%s not a provider"},235{"provider.name.not.found", "Provider named \"%s\" not found"},236{"provider.class.not.found", "Provider \"%s\" not found"},237{"Usage.error.no.command.provided", "Usage error: no command provided"},238{"Source.keystore.file.exists.but.is.empty.", "Source keystore file exists, but is empty: "},239{"Please.specify.srckeystore", "Please specify -srckeystore"},240{"Must.not.specify.both.v.and.rfc.with.list.command",241"Must not specify both -v and -rfc with 'list' command"},242{"Key.password.must.be.at.least.6.characters",243"Key password must be at least 6 characters"},244{"New.password.must.be.at.least.6.characters",245"New password must be at least 6 characters"},246{"Keystore.file.exists.but.is.empty.",247"Keystore file exists, but is empty: "},248{"Keystore.file.does.not.exist.",249"Keystore file does not exist: "},250{"Must.specify.destination.alias", "Must specify destination alias"},251{"Must.specify.alias", "Must specify alias"},252{"Keystore.password.must.be.at.least.6.characters",253"Keystore password must be at least 6 characters"},254{"Enter.the.password.to.be.stored.",255"Enter the password to be stored: "},256{"Enter.keystore.password.", "Enter keystore password: "},257{"Enter.source.keystore.password.", "Enter source keystore password: "},258{"Enter.destination.keystore.password.", "Enter destination keystore password: "},259{"Keystore.password.is.too.short.must.be.at.least.6.characters",260"Keystore password is too short - must be at least 6 characters"},261{"Unknown.Entry.Type", "Unknown Entry Type"},262{"Entry.for.alias.alias.successfully.imported.",263"Entry for alias {0} successfully imported."},264{"Entry.for.alias.alias.not.imported.", "Entry for alias {0} not imported."},265{"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.",266"Problem importing entry for alias {0}: {1}.\nEntry for alias {0} not imported."},267{"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled",268"Import command completed: {0} entries successfully imported, {1} entries failed or cancelled"},269{"Warning.Overwriting.existing.alias.alias.in.destination.keystore",270"Warning: Overwriting existing alias {0} in destination keystore"},271{"Existing.entry.alias.alias.exists.overwrite.no.",272"Existing entry alias {0} exists, overwrite? [no]: "},273{"Too.many.failures.try.later", "Too many failures - try later"},274{"Certification.request.stored.in.file.filename.",275"Certification request stored in file <{0}>"},276{"Submit.this.to.your.CA", "Submit this to your CA"},277{"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified",278"if alias not specified, destalias and srckeypass must not be specified"},279{"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.",280"The destination pkcs12 keystore has different storepass and keypass. Please retry with -destkeypass specified."},281{"Certificate.stored.in.file.filename.",282"Certificate stored in file <{0}>"},283{"Certificate.reply.was.installed.in.keystore",284"Certificate reply was installed in keystore"},285{"Certificate.reply.was.not.installed.in.keystore",286"Certificate reply was not installed in keystore"},287{"Certificate.was.added.to.keystore",288"Certificate was added to keystore"},289{"Certificate.was.not.added.to.keystore",290"Certificate was not added to keystore"},291{".Storing.ksfname.", "[Storing {0}]"},292{"alias.has.no.public.key.certificate.",293"{0} has no public key (certificate)"},294{"Cannot.derive.signature.algorithm",295"Cannot derive signature algorithm"},296{"Alias.alias.does.not.exist",297"Alias <{0}> does not exist"},298{"Alias.alias.has.no.certificate",299"Alias <{0}> has no certificate"},300{"groupname.keysize.coexist",301"Cannot specify both -groupname and -keysize"},302{"deprecate.keysize.for.ec",303"Specifying -keysize for generating EC keys is deprecated, please use \"-groupname %s\" instead."},304{"Key.pair.not.generated.alias.alias.already.exists",305"Key pair not generated, alias <{0}> already exists"},306{"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",307"Generating {0} bit {1} key pair and self-signed certificate ({2}) with a validity of {3} days\n\tfor: {4}"},308{"Generating.keysize.bit.keyAlgName.key.pair.and.a.certificate.sigAlgName.issued.by.signerAlias.with.a.validity.of.validality.days.for",309"Generating {0} bit {1} key pair and a certificate ({2}) issued by <{3}> with a validity of {4} days\n\tfor: {5}"},310{"Enter.key.password.for.alias.", "Enter key password for <{0}>"},311{".RETURN.if.same.as.keystore.password.",312"\t(RETURN if same as keystore password): "},313{"Key.password.is.too.short.must.be.at.least.6.characters",314"Key password is too short - must be at least 6 characters"},315{"Too.many.failures.key.not.added.to.keystore",316"Too many failures - key not added to keystore"},317{"Destination.alias.dest.already.exists",318"Destination alias <{0}> already exists"},319{"Password.is.too.short.must.be.at.least.6.characters",320"Password is too short - must be at least 6 characters"},321{"Too.many.failures.Key.entry.not.cloned",322"Too many failures. Key entry not cloned"},323{"key.password.for.alias.", "key password for <{0}>"},324{"No.entries.from.identity.database.added",325"No entries from identity database added"},326{"Alias.name.alias", "Alias name: {0}"},327{"Creation.date.keyStore.getCreationDate.alias.",328"Creation date: {0,date}"},329{"alias.keyStore.getCreationDate.alias.",330"{0}, {1,date}, "},331{"alias.", "{0}, "},332{"Entry.type.type.", "Entry type: {0}"},333{"Certificate.chain.length.", "Certificate chain length: "},334{"Certificate.i.1.", "Certificate[{0,number,integer}]:"},335{"Certificate.fingerprint.SHA.256.", "Certificate fingerprint (SHA-256): "},336{"Keystore.type.", "Keystore type: "},337{"Keystore.provider.", "Keystore provider: "},338{"Your.keystore.contains.keyStore.size.entry",339"Your keystore contains {0,number,integer} entry"},340{"Your.keystore.contains.keyStore.size.entries",341"Your keystore contains {0,number,integer} entries"},342{"Failed.to.parse.input", "Failed to parse input"},343{"Empty.input", "Empty input"},344{"Not.X.509.certificate", "Not X.509 certificate"},345{"alias.has.no.public.key", "{0} has no public key"},346{"alias.has.no.X.509.certificate", "{0} has no X.509 certificate"},347{"New.certificate.self.signed.", "New certificate (self-signed):"},348{"Reply.has.no.certificates", "Reply has no certificates"},349{"Certificate.not.imported.alias.alias.already.exists",350"Certificate not imported, alias <{0}> already exists"},351{"Input.not.an.X.509.certificate", "Input not an X.509 certificate"},352{"Certificate.already.exists.in.keystore.under.alias.trustalias.",353"Certificate already exists in keystore under alias <{0}>"},354{"Do.you.still.want.to.add.it.no.",355"Do you still want to add it? [no]: "},356{"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.",357"Certificate already exists in system-wide CA keystore under alias <{0}>"},358{"Do.you.still.want.to.add.it.to.your.own.keystore.no.",359"Do you still want to add it to your own keystore? [no]: "},360{"Trust.this.certificate.no.", "Trust this certificate? [no]: "},361{"New.prompt.", "New {0}: "},362{"Passwords.must.differ", "Passwords must differ"},363{"Re.enter.new.prompt.", "Re-enter new {0}: "},364{"Re.enter.password.", "Re-enter password: "},365{"Re.enter.new.password.", "Re-enter new password: "},366{"They.don.t.match.Try.again", "They don't match. Try again"},367{"Enter.prompt.alias.name.", "Enter {0} alias name: "},368{"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.",369"Enter new alias name\t(RETURN to cancel import for this entry): "},370{"Enter.alias.name.", "Enter alias name: "},371{".RETURN.if.same.as.for.otherAlias.",372"\t(RETURN if same as for <{0}>)"},373{"What.is.your.first.and.last.name.",374"What is your first and last name?"},375{"What.is.the.name.of.your.organizational.unit.",376"What is the name of your organizational unit?"},377{"What.is.the.name.of.your.organization.",378"What is the name of your organization?"},379{"What.is.the.name.of.your.City.or.Locality.",380"What is the name of your City or Locality?"},381{"What.is.the.name.of.your.State.or.Province.",382"What is the name of your State or Province?"},383{"What.is.the.two.letter.country.code.for.this.unit.",384"What is the two-letter country code for this unit?"},385{"Is.name.correct.", "Is {0} correct?"},386{"no", "no"},387{"yes", "yes"},388{"y", "y"},389{".defaultValue.", " [{0}]: "},390{"Alias.alias.has.no.key",391"Alias <{0}> has no key"},392{"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",393"Alias <{0}> references an entry type that is not a private key entry. The -keyclone command only supports cloning of private key entries"},394395{".WARNING.WARNING.WARNING.",396"***************** WARNING WARNING WARNING *****************"},397{"Signer.d.", "Signer #%d:"},398{"Timestamp.", "Timestamp:"},399{"Signature.", "Signature:"},400{"Certificate.owner.", "Certificate owner: "},401{"Not.a.signed.jar.file", "Not a signed jar file"},402{"No.certificate.from.the.SSL.server",403"No certificate from the SSL server"},404405{".The.integrity.of.the.information.stored.in.your.keystore.",406"* The integrity of the information stored in your keystore *\n" +407"* has NOT been verified! In order to verify its integrity, *\n" +408"* you must provide your keystore password. *"},409{".The.integrity.of.the.information.stored.in.the.srckeystore.",410"* The integrity of the information stored in the srckeystore*\n" +411"* has NOT been verified! In order to verify its integrity, *\n" +412"* you must provide the srckeystore password. *"},413414{"Certificate.reply.does.not.contain.public.key.for.alias.",415"Certificate reply does not contain public key for <{0}>"},416{"Incomplete.certificate.chain.in.reply",417"Incomplete certificate chain in reply"},418{"Top.level.certificate.in.reply.",419"Top-level certificate in reply:\n"},420{".is.not.trusted.", "... is not trusted. "},421{"Install.reply.anyway.no.", "Install reply anyway? [no]: "},422{"Public.keys.in.reply.and.keystore.don.t.match",423"Public keys in reply and keystore don't match"},424{"Certificate.reply.and.certificate.in.keystore.are.identical",425"Certificate reply and certificate in keystore are identical"},426{"Failed.to.establish.chain.from.reply",427"Failed to establish chain from reply"},428{"n", "n"},429{"Wrong.answer.try.again", "Wrong answer, try again"},430{"Secret.key.not.generated.alias.alias.already.exists",431"Secret Key not generated, alias <{0}> already exists"},432{"Please.provide.keysize.for.secret.key.generation",433"Please provide -keysize for secret key generation"},434435{"warning.not.verified.make.sure.keystore.is.correct",436"WARNING: not verified. Make sure -keystore is correct."},437{"warning.not.verified.make.sure.keystore.is.correct.or.specify.trustcacerts",438"WARNING: not verified. Make sure -keystore is correct or specify -trustcacerts."},439440{"Extensions.", "Extensions: "},441{".Empty.value.", "(Empty value)"},442{"Extension.Request.", "Extension Request:"},443{"Unknown.keyUsage.type.", "Unknown keyUsage type: "},444{"Unknown.extendedkeyUsage.type.", "Unknown extendedkeyUsage type: "},445{"Unknown.AccessDescription.type.", "Unknown AccessDescription type: "},446{"Unrecognized.GeneralName.type.", "Unrecognized GeneralName type: "},447{"This.extension.cannot.be.marked.as.critical.",448"This extension cannot be marked as critical. "},449{"Odd.number.of.hex.digits.found.", "Odd number of hex digits found: "},450{"Unknown.extension.type.", "Unknown extension type: "},451{"command.{0}.is.ambiguous.", "command {0} is ambiguous:"},452453// 8171319: keytool should print out warnings when reading or454// generating cert/cert req using weak algorithms455{"the.certificate.request", "The certificate request"},456{"the.issuer", "The issuer"},457{"the.generated.certificate", "The generated certificate"},458{"the.generated.crl", "The generated CRL"},459{"the.generated.certificate.request", "The generated certificate request"},460{"the.certificate", "The certificate"},461{"the.crl", "The CRL"},462{"the.tsa.certificate", "The TSA certificate"},463{"the.input", "The input"},464{"reply", "Reply"},465{"one.in.many", "%1$s #%2$d of %3$d"},466{"alias.in.cacerts", "Issuer <%s> in cacerts"},467{"alias.in.keystore", "Issuer <%s>"},468{"with.weak", "%s (weak)"},469{"with.disabled", "%s (disabled)"},470{"key.bit", "%1$d-bit %2$s key"},471{"key.bit.weak", "%1$d-bit %2$s key (weak)"},472{"key.bit.disabled", "%1$d-bit %2$s key (disabled)"},473{"unknown.size.1", "%s key of unknown size"},474{".PATTERN.printX509Cert.with.weak",475"Owner: {0}\nIssuer: {1}\nSerial number: {2}\nValid from: {3} until: {4}\nCertificate fingerprints:\n\t SHA1: {5}\n\t SHA256: {6}\nSignature algorithm name: {7}\nSubject Public Key Algorithm: {8}\nVersion: {9}"},476{"PKCS.10.with.weak",477"PKCS #10 Certificate Request (Version 1.0)\n" +478"Subject: %1$s\nFormat: %2$s\nPublic Key: %3$s\nSignature algorithm: %4$s\n"},479{"verified.by.s.in.s.weak", "Verified by %1$s in %2$s with a %3$s"},480{"whose.sigalg.disabled", "%1$s uses the %2$s signature algorithm which is considered a security risk and is disabled."},481{"whose.sigalg.weak", "%1$s uses the %2$s signature algorithm which is considered a security risk. This algorithm will be disabled in a future update."},482{"whose.key.disabled", "%1$s uses a %2$s which is considered a security risk and is disabled."},483{"whose.key.weak", "%1$s uses a %2$s which is considered a security risk. This key size will be disabled in a future update."},484{"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\"."},485{"migrate.keystore.warning", "Migrated \"%1$s\" to %4$s. The %2$s keystore is backed up as \"%3$s\"."},486{"backup.keystore.warning", "The original keystore \"%1$s\" is backed up as \"%3$s\"..."},487{"importing.keystore.status", "Importing keystore %1$s to %2$s..."},488{"keyalg.option.missing.error", "The -keyalg option must be specified."},489{"showinfo.no.option", "Missing option for -showinfo. Try \"keytool -showinfo -tls\"."},490};491492493/**494* Returns the contents of this <code>ResourceBundle</code>.495*496* <p>497*498* @return the contents of this <code>ResourceBundle</code>.499*/500@Override501public Object[][] getContents() {502return contents;503}504}505506507