src/share/classes/sun/security/tools/jarsigner/Resources.java

Print this page




 121         {"m", "m"},
 122         {"k", "k"},
 123         {"i", "i"},
 124         {".and.d.more.", "(and %d more)"},
 125         {".s.signature.was.verified.",
 126                 "  s = signature was verified "},
 127         {".m.entry.is.listed.in.manifest",
 128                 "  m = entry is listed in manifest"},
 129         {".k.at.least.one.certificate.was.found.in.keystore",
 130                 "  k = at least one certificate was found in keystore"},
 131         {".i.at.least.one.certificate.was.found.in.identity.scope",
 132                 "  i = at least one certificate was found in identity scope"},
 133         {".X.not.signed.by.specified.alias.es.",
 134                 "  X = not signed by specified alias(es)"},
 135         {"no.manifest.", "no manifest."},
 136         {".Signature.related.entries.","(Signature related entries)"},
 137         {".Unsigned.entries.", "(Unsigned entries)"},
 138         {"jar.is.unsigned",
 139                 "jar is unsigned."},
 140         {"jar.treated.unsigned",
 141                 "Signature not parsable or verifiable. The jar will be treated as unsigned. The jar may have been signed with a weak algorithm that is now disabled. For more information, rerun jarsigner with debug enabled (-J-Djava.security.debug=jar)."},




 142         {"jar.signed.", "jar signed."},
 143         {"jar.signed.with.signer.errors.", "jar signed, with signer errors."},
 144         {"jar.verified.", "jar verified."},
 145         {"jar.verified.with.signer.errors.", "jar verified, with signer errors."},











 146         {"jarsigner.", "jarsigner: "},
 147         {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.",
 148                 "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
 149         {"unable.to.open.jar.file.", "unable to open jar file: "},
 150         {"unable.to.create.", "unable to create: "},
 151         {".adding.", "   adding: "},
 152         {".updating.", " updating: "},
 153         {".signing.", "  signing: "},
 154         {"attempt.to.rename.signedJarFile.to.jarFile.failed",
 155                 "attempt to rename {0} to {1} failed"},
 156         {"attempt.to.rename.jarFile.to.origJar.failed",
 157                 "attempt to rename {0} to {1} failed"},
 158         {"unable.to.sign.jar.", "unable to sign jar: "},
 159         {"Enter.Passphrase.for.keystore.", "Enter Passphrase for keystore: "},
 160         {"keystore.load.", "keystore load: "},
 161         {"certificate.exception.", "certificate exception: "},
 162         {"unable.to.instantiate.keystore.class.",
 163                 "unable to instantiate keystore class: "},
 164         {"Certificate.chain.not.found.for.alias.alias.must.reference.a.valid.KeyStore.key.entry.containing.a.private.key.and",
 165                 "Certificate chain not found for: {0}.  {1} must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain."},




 121         {"m", "m"},
 122         {"k", "k"},
 123         {"i", "i"},
 124         {".and.d.more.", "(and %d more)"},
 125         {".s.signature.was.verified.",
 126                 "  s = signature was verified "},
 127         {".m.entry.is.listed.in.manifest",
 128                 "  m = entry is listed in manifest"},
 129         {".k.at.least.one.certificate.was.found.in.keystore",
 130                 "  k = at least one certificate was found in keystore"},
 131         {".i.at.least.one.certificate.was.found.in.identity.scope",
 132                 "  i = at least one certificate was found in identity scope"},
 133         {".X.not.signed.by.specified.alias.es.",
 134                 "  X = not signed by specified alias(es)"},
 135         {"no.manifest.", "no manifest."},
 136         {".Signature.related.entries.","(Signature related entries)"},
 137         {".Unsigned.entries.", "(Unsigned entries)"},
 138         {"jar.is.unsigned",
 139                 "jar is unsigned."},
 140         {"jar.treated.unsigned",
 141                 "WARNING: Signature is either not parsable or not verifiable, and the jar will be treated as unsigned. For more information, re-run jarsigner with debug enabled (-J-Djava.security.debug=jar)."},
 142         {"jar.treated.unsigned.see.weak",
 143                 "The jar will be treated as unsigned, because it is signed with a weak algorithm that is now disabled.\n\nRe-run jarsigner with the -verbose option for more details."},
 144         {"jar.treated.unsigned.see.weak.verbose",
 145                 "WARNING: The jar will be treated as unsigned, because it is signed with a weak algorithm that is now disabled by the security property:"},
 146         {"jar.signed.", "jar signed."},
 147         {"jar.signed.with.signer.errors.", "jar signed, with signer errors."},
 148         {"jar.verified.", "jar verified."},
 149         {"jar.verified.with.signer.errors.", "jar verified, with signer errors."},
 150 
 151         {"history.with.ts", "- Signed by \"%1$s\"\n    Digest algorithm: %2$s\n    Signature algorithm: %3$s, %4$s\n  Timestamped by \"%6$s\" on %5$tc\n    Timestamp digest algorithm: %7$s\n    Timestamp signature algorithm: %8$s, %9$s"},
 152         {"history.without.ts", "- Signed by \"%1$s\"\n    Digest algorithm: %2$s\n    Signature algorithm: %3$s, %4$s"},
 153         {"history.unparsable", "- Unparsable signature-related file %s"},
 154         {"history.nosf", "- Missing signature-related file META-INF/%s.SF"},
 155         {"history.nobk", "- Missing block file for signature-related file META-INF/%s.SF"},
 156 
 157         {"with.weak", "%s (weak)"},
 158         {"key.bit", "%d-bit key"},
 159         {"key.bit.weak", "%d-bit key (weak)"},
 160 
 161         {"jarsigner.", "jarsigner: "},
 162         {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.",
 163                 "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
 164         {"unable.to.open.jar.file.", "unable to open jar file: "},
 165         {"unable.to.create.", "unable to create: "},
 166         {".adding.", "   adding: "},
 167         {".updating.", " updating: "},
 168         {".signing.", "  signing: "},
 169         {"attempt.to.rename.signedJarFile.to.jarFile.failed",
 170                 "attempt to rename {0} to {1} failed"},
 171         {"attempt.to.rename.jarFile.to.origJar.failed",
 172                 "attempt to rename {0} to {1} failed"},
 173         {"unable.to.sign.jar.", "unable to sign jar: "},
 174         {"Enter.Passphrase.for.keystore.", "Enter Passphrase for keystore: "},
 175         {"keystore.load.", "keystore load: "},
 176         {"certificate.exception.", "certificate exception: "},
 177         {"unable.to.instantiate.keystore.class.",
 178                 "unable to instantiate keystore class: "},
 179         {"Certificate.chain.not.found.for.alias.alias.must.reference.a.valid.KeyStore.key.entry.containing.a.private.key.and",
 180                 "Certificate chain not found for: {0}.  {1} must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain."},