jdk/src/share/classes/sun/security/tools/JarSignerResources.java
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2432 dc17f417ef85
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 * Copyright 2000-2005 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 * by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 * CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 * have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
package sun.security.tools;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 * <p> This class represents the <code>ResourceBundle</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * for JarSigner.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
public class JarSignerResources extends java.util.ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
    private static final Object[][] contents = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
        // shared (from jarsigner)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
        {" ", " "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
        {"  ", "  "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
        {"      ", "      "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
        {", ", ", "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
        {"provName not a provider", "{0} not a provider"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
        {"signerClass is not a signing mechanism", "{0} is not a signing mechanism"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
        {"jarsigner error: ", "jarsigner error: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
        {"Illegal option: ", "Illegal option: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
        {"-keystore must be NONE if -storetype is {0}",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
                "-keystore must be NONE if -storetype is {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        {"-keypass can not be specified if -storetype is {0}",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
                "-keypass can not be specified if -storetype is {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
        {"If -protected is specified, then -storepass and -keypass must not be specified",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
                "If -protected is specified, then -storepass and -keypass must not be specified"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        {"If keystore is not password protected, then -storepass and -keypass must not be specified",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
                 "If keystore is not password protected, then -storepass and -keypass must not be specified"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        {"Usage: jarsigner [options] jar-file alias",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                "Usage: jarsigner [options] jar-file alias"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        {"       jarsigner -verify [options] jar-file",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                "       jarsigner -verify [options] jar-file"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        {"[-keystore <url>]           keystore location",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
                "[-keystore <url>]           keystore location"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
        {"[-storepass <password>]     password for keystore integrity",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
            "[-storepass <password>]     password for keystore integrity"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        {"[-storetype <type>]         keystore type",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                "[-storetype <type>]         keystore type"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        {"[-keypass <password>]       password for private key (if different)",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
                "[-keypass <password>]       password for private key (if different)"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        {"[-sigfile <file>]           name of .SF/.DSA file",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
                "[-sigfile <file>]           name of .SF/.DSA file"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
        {"[-signedjar <file>]         name of signed JAR file",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                "[-signedjar <file>]         name of signed JAR file"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
        {"[-digestalg <algorithm>]    name of digest algorithm",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                "[-digestalg <algorithm>]    name of digest algorithm"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
        {"[-sigalg <algorithm>]       name of signature algorithm",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
                "[-sigalg <algorithm>]       name of signature algorithm"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        {"[-verify]                   verify a signed JAR file",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                "[-verify]                   verify a signed JAR file"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        {"[-verbose]                  verbose output when signing/verifying",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
                "[-verbose]                  verbose output when signing/verifying"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
        {"[-certs]                    display certificates when verbose and verifying",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                "[-certs]                    display certificates when verbose and verifying"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        {"[-tsa <url>]                location of the Timestamping Authority",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                "[-tsa <url>]                location of the Timestamping Authority"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        {"[-tsacert <alias>]          public key certificate for Timestamping Authority",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                "[-tsacert <alias>]          public key certificate for Timestamping Authority"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        {"[-altsigner <class>]        class name of an alternative signing mechanism",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                "[-altsigner <class>]        class name of an alternative signing mechanism"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        {"[-altsignerpath <pathlist>] location of an alternative signing mechanism",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                "[-altsignerpath <pathlist>] location of an alternative signing mechanism"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        {"[-internalsf]               include the .SF file inside the signature block",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                "[-internalsf]               include the .SF file inside the signature block"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        {"[-sectionsonly]             don't compute hash of entire manifest",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                "[-sectionsonly]             don't compute hash of entire manifest"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        {"[-protected]                keystore has protected authentication path",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                "[-protected]                keystore has protected authentication path"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        {"[-providerName <name>]      provider name",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                "[-providerName <name>]      provider name"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        {"[-providerClass <class>     name of cryptographic service provider's",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                "[-providerClass <class>     name of cryptographic service provider's"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        {"  [-providerArg <arg>]] ... master class file and constructor argument",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                "  [-providerArg <arg>]] ... master class file and constructor argument"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        {"s", "s"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        {"m", "m"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        {"k", "k"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        {"i", "i"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        {"  s = signature was verified ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
                "  s = signature was verified "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        {"  m = entry is listed in manifest",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                "  m = entry is listed in manifest"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
        {"  k = at least one certificate was found in keystore",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                "  k = at least one certificate was found in keystore"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
        {"  i = at least one certificate was found in identity scope",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                "  i = at least one certificate was found in identity scope"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
        {"no manifest.", "no manifest."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        {"jar is unsigned. (signatures missing or not parsable)",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                "jar is unsigned. (signatures missing or not parsable)"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
        {"jar verified.", "jar verified."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
        {"jarsigner: ", "jarsigner: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        {"signature filename must consist of the following characters: A-Z, 0-9, _ or -",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                "signature filename must consist of the following characters: A-Z, 0-9, _ or -"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
        {"unable to open jar file: ", "unable to open jar file: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
        {"unable to create: ", "unable to create: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        {"   adding: ", "   adding: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
        {" updating: ", " updating: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        {"  signing: ", "  signing: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
        {"attempt to rename signedJarFile to jarFile failed",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
                "attempt to rename {0} to {1} failed"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        {"attempt to rename jarFile to origJar failed",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                "attempt to rename {0} to {1} failed"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
        {"unable to sign jar: ", "unable to sign jar: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
        {"Enter Passphrase for keystore: ", "Enter Passphrase for keystore: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        {"keystore load: ", "keystore load: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
        {"certificate exception: ", "certificate exception: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
        {"unable to instantiate keystore class: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                "unable to instantiate keystore class: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
        {"Certificate chain not found for: alias.  alias must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                "Certificate chain not found for: {0}.  {1} must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
        {"found non-X.509 certificate in signer's chain",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                "found non-X.509 certificate in signer's chain"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
        {"incomplete certificate chain", "incomplete certificate chain"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        {"Enter key password for alias: ", "Enter key password for {0}: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        {"unable to recover key from keystore",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                "unable to recover key from keystore"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
        {"key associated with alias not a private key",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                "key associated with {0} not a private key"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
        {"you must enter key password", "you must enter key password"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        {"unable to read password: ", "unable to read password: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
        {"certificate is valid from", "certificate is valid from {0} to {1}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
        {"certificate expired on", "certificate expired on {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
        {"certificate is not valid until",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                "certificate is not valid until {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        {"certificate will expire on", "certificate will expire on {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        {"requesting a signature timestamp",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                "requesting a signature timestamp"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
        {"TSA location: ", "TSA location: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
        {"TSA certificate: ", "TSA certificate: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
        {"no response from the Timestamping Authority. ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                "no response from the Timestamping Authority. "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
        {"When connecting from behind a firewall then an HTTP proxy may need to be specified. ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                "When connecting from behind a firewall then an HTTP proxy may need to be specified. "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
        {"Supply the following options to jarsigner: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                "Supply the following options to jarsigner: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
        {"Certificate not found for: alias.  alias must reference a valid KeyStore entry containing an X.509 public key certificate for the Timestamping Authority.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                "Certificate not found for: {0}.  {1} must reference a valid KeyStore entry containing an X.509 public key certificate for the Timestamping Authority."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
        {"using an alternative signing mechanism",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
                "using an alternative signing mechanism"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        {"entry was signed on", "entry was signed on {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        {"Warning: ", "Warning: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
        {"This jar contains unsigned entries which have not been integrity-checked. ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                "This jar contains unsigned entries which have not been integrity-checked. "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        {"This jar contains entries whose signer certificate has expired. ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                "This jar contains entries whose signer certificate has expired. "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
        {"This jar contains entries whose signer certificate will expire within six months. ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                "This jar contains entries whose signer certificate will expire within six months. "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
        {"This jar contains entries whose signer certificate is not yet valid. ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
                "This jar contains entries whose signer certificate is not yet valid. "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
        {"Re-run with the -verbose option for more details.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
                "Re-run with the -verbose option for more details."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
        {"Re-run with the -verbose and -certs options for more details.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
                "Re-run with the -verbose and -certs options for more details."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
        {"The signer certificate has expired.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
                "The signer certificate has expired."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
        {"The signer certificate will expire within six months.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
                "The signer certificate will expire within six months."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
        {"The signer certificate is not yet valid.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
                "The signer certificate is not yet valid."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
        {"The signer certificate's KeyUsage extension doesn't allow code signing.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
                 "The signer certificate's KeyUsage extension doesn't allow code signing."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
        {"The signer certificate's ExtendedKeyUsage extension doesn't allow code signing.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
                 "The signer certificate's ExtendedKeyUsage extension doesn't allow code signing."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
        {"The signer certificate's NetscapeCertType extension doesn't allow code signing.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
                 "The signer certificate's NetscapeCertType extension doesn't allow code signing."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
         {"This jar contains entries whose signer certificate's KeyUsage extension doesn't allow code signing.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                  "This jar contains entries whose signer certificate's KeyUsage extension doesn't allow code signing."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
         {"This jar contains entries whose signer certificate's ExtendedKeyUsage extension doesn't allow code signing.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
                  "This jar contains entries whose signer certificate's ExtendedKeyUsage extension doesn't allow code signing."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
         {"This jar contains entries whose signer certificate's NetscapeCertType extension doesn't allow code signing.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
                  "This jar contains entries whose signer certificate's NetscapeCertType extension doesn't allow code signing."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
        {"[{0} extension does not support code signing]",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
                 "[{0} extension does not support code signing]"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
    };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
     * Returns the contents of this <code>ResourceBundle</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
     * @return the contents of this <code>ResourceBundle</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
    public Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
        return contents;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
}