equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
102 System.err.println(" only dump output if specified permission"); |
102 System.err.println(" only dump output if specified permission"); |
103 System.err.println(" is being checked"); |
103 System.err.println(" is being checked"); |
104 System.err.println("codebase=<URL>"); |
104 System.err.println("codebase=<URL>"); |
105 System.err.println(" only dump output if specified codebase"); |
105 System.err.println(" only dump output if specified codebase"); |
106 System.err.println(" is being checked"); |
106 System.err.println(" is being checked"); |
107 |
107 System.err.println(); |
|
108 System.err.println("The following can be used with provider:"); |
|
109 System.err.println(); |
|
110 System.err.println("engine=<engines>"); |
|
111 System.err.println(" only dump output for the specified list"); |
|
112 System.err.println(" of JCA engines. Supported values:"); |
|
113 System.err.println(" Cipher, KeyAgreement, KeyGenerator,"); |
|
114 System.err.println(" KeyPairGenerator, KeyStore, Mac,"); |
|
115 System.err.println(" MessageDigest, SecureRandom, Signature."); |
108 System.err.println(); |
116 System.err.println(); |
109 System.err.println("Note: Separate multiple options with a comma"); |
117 System.err.println("Note: Separate multiple options with a comma"); |
110 System.exit(0); |
118 System.exit(0); |
111 } |
119 } |
112 |
120 |