jdk/src/share/classes/sun/security/tools/jarsigner/Resources.java
changeset 22315 529f1cc322fc
parent 17161 df1ec0e2f0e7
child 22324 54a74fc6e85c
equal deleted inserted replaced
22314:06c989518cb5 22315:529f1cc322fc
   133         {"no.manifest.", "no manifest."},
   133         {"no.manifest.", "no manifest."},
   134         {".Signature.related.entries.","(Signature related entries)"},
   134         {".Signature.related.entries.","(Signature related entries)"},
   135         {".Unsigned.entries.", "(Unsigned entries)"},
   135         {".Unsigned.entries.", "(Unsigned entries)"},
   136         {"jar.is.unsigned.signatures.missing.or.not.parsable.",
   136         {"jar.is.unsigned.signatures.missing.or.not.parsable.",
   137                 "jar is unsigned. (signatures missing or not parsable)"},
   137                 "jar is unsigned. (signatures missing or not parsable)"},
       
   138         {"jar.signed.", "jar signed."},
       
   139         {"jar.signed.with.signer.errors.", "jar signed, with signer errors."},
   138         {"jar.verified.", "jar verified."},
   140         {"jar.verified.", "jar verified."},
       
   141         {"jar.verified.with.signer.errors.", "jar verified, with signer errors."},
   139         {"jarsigner.", "jarsigner: "},
   142         {"jarsigner.", "jarsigner: "},
   140         {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.",
   143         {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.",
   141                 "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
   144                 "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
   142         {"unable.to.open.jar.file.", "unable to open jar file: "},
   145         {"unable.to.open.jar.file.", "unable to open jar file: "},
   143         {"unable.to.create.", "unable to create: "},
   146         {"unable.to.create.", "unable to create: "},
   191                 "Certificate not found for: {0}.  {1} must reference a valid KeyStore entry containing an X.509 public key certificate for the Timestamping Authority."},
   194                 "Certificate not found for: {0}.  {1} must reference a valid KeyStore entry containing an X.509 public key certificate for the Timestamping Authority."},
   192         {"using.an.alternative.signing.mechanism",
   195         {"using.an.alternative.signing.mechanism",
   193                 "using an alternative signing mechanism"},
   196                 "using an alternative signing mechanism"},
   194         {"entry.was.signed.on", "entry was signed on {0}"},
   197         {"entry.was.signed.on", "entry was signed on {0}"},
   195         {"Warning.", "Warning: "},
   198         {"Warning.", "Warning: "},
       
   199         {"Error.", "Error: "},
   196         {"This.jar.contains.unsigned.entries.which.have.not.been.integrity.checked.",
   200         {"This.jar.contains.unsigned.entries.which.have.not.been.integrity.checked.",
   197                 "This jar contains unsigned entries which have not been integrity-checked. "},
   201                 "This jar contains unsigned entries which have not been integrity-checked. "},
   198         {"This.jar.contains.entries.whose.signer.certificate.has.expired.",
   202         {"This.jar.contains.entries.whose.signer.certificate.has.expired.",
   199                 "This jar contains entries whose signer certificate has expired. "},
   203                 "This jar contains entries whose signer certificate has expired. "},
   200         {"This.jar.contains.entries.whose.signer.certificate.will.expire.within.six.months.",
   204         {"This.jar.contains.entries.whose.signer.certificate.will.expire.within.six.months.",
   227                  "[{0} extension does not support code signing]"},
   231                  "[{0} extension does not support code signing]"},
   228         {"The.signer.s.certificate.chain.is.not.validated.",
   232         {"The.signer.s.certificate.chain.is.not.validated.",
   229                 "The signer's certificate chain is not validated."},
   233                 "The signer's certificate chain is not validated."},
   230         {"This.jar.contains.entries.whose.certificate.chain.is.not.validated.",
   234         {"This.jar.contains.entries.whose.certificate.chain.is.not.validated.",
   231                  "This jar contains entries whose certificate chain is not validated."},
   235                  "This jar contains entries whose certificate chain is not validated."},
       
   236         {"no.timestamp.signing",
       
   237                 "No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (%1$tY-%1$tm-%1$td) or after any future revocation date."},
       
   238         {"no.timestamp.verifying",
       
   239                 "This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (%1$tY-%1$tm-%1$td) or after any future revocation date."},
   232         {"Unknown.password.type.", "Unknown password type: "},
   240         {"Unknown.password.type.", "Unknown password type: "},
   233         {"Cannot.find.environment.variable.",
   241         {"Cannot.find.environment.variable.",
   234                 "Cannot find environment variable: "},
   242                 "Cannot find environment variable: "},
   235         {"Cannot.find.file.", "Cannot find file: "},
   243         {"Cannot.find.file.", "Cannot find file: "},
   236     };
   244     };