mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
This commit is contained in:
parent
9fe4b69c1a
commit
071bd521bc
954 changed files with 1093 additions and 127816 deletions
|
@ -300,14 +300,11 @@ public class KeyStoreUtil {
|
|||
public static void loadProviderByClass(
|
||||
String provClass, String arg, ClassLoader cl) {
|
||||
|
||||
// For compatibility, SunPKCS11, OracleUcrypto, and SunMSCAPI
|
||||
// For compatibility, SunPKCS11, and SunMSCAPI
|
||||
// can still be loadable with -providerClass.
|
||||
if (provClass.equals("sun.security.pkcs11.SunPKCS11")) {
|
||||
loadProviderByName("SunPKCS11", arg);
|
||||
return;
|
||||
} else if (provClass.equals("com.oracle.security.crypto.UcryptoProvider")) {
|
||||
loadProviderByName("OracleUcrypto", arg);
|
||||
return;
|
||||
} else if (provClass.equals("sun.security.mscapi.SunMSCAPI")) {
|
||||
loadProviderByName("SunMSCAPI", arg);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue