mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8148371: Remove policytool
Reviewed-by: erikj, alanb, mullan
This commit is contained in:
parent
02b9452ed3
commit
2bb3b82709
62 changed files with 9 additions and 8479 deletions
|
@ -271,7 +271,6 @@ module java.base {
|
|||
java.rmi,
|
||||
java.security.jgss,
|
||||
jdk.crypto.cryptoki,
|
||||
jdk.policytool,
|
||||
jdk.security.auth;
|
||||
exports sun.security.provider.certpath to
|
||||
java.naming;
|
||||
|
@ -294,7 +293,6 @@ module java.base {
|
|||
jdk.crypto.ec,
|
||||
jdk.crypto.cryptoki,
|
||||
jdk.jartool,
|
||||
jdk.policytool,
|
||||
jdk.security.auth,
|
||||
jdk.security.jgss;
|
||||
exports sun.security.x509 to
|
||||
|
|
|
@ -64,7 +64,7 @@ public class PolicyUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* this is intended for use by policytool and the policy parser to
|
||||
* this is intended for use by the policy parser to
|
||||
* instantiate a KeyStore from the information in the GUI/policy file
|
||||
*/
|
||||
public static KeyStore getKeyStore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue