< prev index next >

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

Print this page




 153                 "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."},
 154         {"jar.treated.unsigned.see.weak.verbose",
 155                 "WARNING: The jar will be treated as unsigned, because it is signed with a weak algorithm that is now disabled by the security property:"},
 156         {"jar.signed.", "jar signed."},
 157         {"jar.signed.with.signer.errors.", "jar signed, with signer errors."},
 158         {"jar.verified.", "jar verified."},
 159         {"jar.verified.with.signer.errors.", "jar verified, with signer errors."},
 160 
 161         {"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"},
 162         {"history.without.ts", "- Signed by \"%1$s\"\n    Digest algorithm: %2$s\n    Signature algorithm: %3$s, %4$s"},
 163         {"history.unparsable", "- Unparsable signature-related file %s"},
 164         {"history.nosf", "- Missing signature-related file META-INF/%s.SF"},
 165         {"history.nobk", "- Missing block file for signature-related file META-INF/%s.SF"},
 166 
 167         {"with.weak", "%s (weak)"},
 168         {"with.disabled", "%s (disabled)"},
 169         {"key.bit", "%d-bit key"},
 170         {"key.bit.weak", "%d-bit key (weak)"},
 171         {"key.bit.disabled", "%d-bit key (disabled)"},
 172         {"unknown.size", "unknown size"},
 173         {"posix.attributes.detected", "POSIX file permission attributes detected. These attributes are ignored when signing and are not protected by the signature."},
 174 
 175         {"jarsigner.", "jarsigner: "},
 176         {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.",
 177                 "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
 178         {"unable.to.open.jar.file.", "unable to open jar file: "},
 179         {"unable.to.create.", "unable to create: "},
 180         {".adding.", "   adding: "},
 181         {".updating.", " updating: "},
 182         {".signing.", "  signing: "},
 183         {"attempt.to.rename.signedJarFile.to.jarFile.failed",
 184                 "attempt to rename {0} to {1} failed"},
 185         {"attempt.to.rename.jarFile.to.origJar.failed",
 186                 "attempt to rename {0} to {1} failed"},
 187         {"unable.to.sign.jar.", "unable to sign jar: "},
 188         {"Enter.Passphrase.for.keystore.", "Enter Passphrase for keystore: "},
 189         {"keystore.load.", "keystore load: "},
 190         {"certificate.exception.", "certificate exception: "},
 191         {"unable.to.instantiate.keystore.class.",
 192                 "unable to instantiate keystore class: "},
 193         {"Certificate.chain.not.found.for.alias.alias.must.reference.a.valid.KeyStore.key.entry.containing.a.private.key.and",




 153                 "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."},
 154         {"jar.treated.unsigned.see.weak.verbose",
 155                 "WARNING: The jar will be treated as unsigned, because it is signed with a weak algorithm that is now disabled by the security property:"},
 156         {"jar.signed.", "jar signed."},
 157         {"jar.signed.with.signer.errors.", "jar signed, with signer errors."},
 158         {"jar.verified.", "jar verified."},
 159         {"jar.verified.with.signer.errors.", "jar verified, with signer errors."},
 160 
 161         {"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"},
 162         {"history.without.ts", "- Signed by \"%1$s\"\n    Digest algorithm: %2$s\n    Signature algorithm: %3$s, %4$s"},
 163         {"history.unparsable", "- Unparsable signature-related file %s"},
 164         {"history.nosf", "- Missing signature-related file META-INF/%s.SF"},
 165         {"history.nobk", "- Missing block file for signature-related file META-INF/%s.SF"},
 166 
 167         {"with.weak", "%s (weak)"},
 168         {"with.disabled", "%s (disabled)"},
 169         {"key.bit", "%d-bit key"},
 170         {"key.bit.weak", "%d-bit key (weak)"},
 171         {"key.bit.disabled", "%d-bit key (disabled)"},
 172         {"unknown.size", "unknown size"},
 173         {"extra.attributes.detected", "POSIX file permission and/or symlink attributes detected. These attributes are ignored when signing and are not protected by the signature."},
 174 
 175         {"jarsigner.", "jarsigner: "},
 176         {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.",
 177                 "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
 178         {"unable.to.open.jar.file.", "unable to open jar file: "},
 179         {"unable.to.create.", "unable to create: "},
 180         {".adding.", "   adding: "},
 181         {".updating.", " updating: "},
 182         {".signing.", "  signing: "},
 183         {"attempt.to.rename.signedJarFile.to.jarFile.failed",
 184                 "attempt to rename {0} to {1} failed"},
 185         {"attempt.to.rename.jarFile.to.origJar.failed",
 186                 "attempt to rename {0} to {1} failed"},
 187         {"unable.to.sign.jar.", "unable to sign jar: "},
 188         {"Enter.Passphrase.for.keystore.", "Enter Passphrase for keystore: "},
 189         {"keystore.load.", "keystore load: "},
 190         {"certificate.exception.", "certificate exception: "},
 191         {"unable.to.instantiate.keystore.class.",
 192                 "unable to instantiate keystore class: "},
 193         {"Certificate.chain.not.found.for.alias.alias.must.reference.a.valid.KeyStore.key.entry.containing.a.private.key.and",


< prev index next >