mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8215430: Remove the internal package com.sun.net.ssl
Reviewed-by: chegar, mullan, wetmore
This commit is contained in:
parent
e7eae4444d
commit
25f0d60a58
44 changed files with 31 additions and 5384 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -201,7 +201,7 @@ public final class Security {
|
|||
private static void initializeStatic() {
|
||||
props.put("security.provider.1", "sun.security.provider.Sun");
|
||||
props.put("security.provider.2", "sun.security.rsa.SunRsaSign");
|
||||
props.put("security.provider.3", "com.sun.net.ssl.internal.ssl.Provider");
|
||||
props.put("security.provider.3", "sun.security.ssl.SunJSSE");
|
||||
props.put("security.provider.4", "com.sun.crypto.provider.SunJCE");
|
||||
props.put("security.provider.5", "sun.security.jgss.SunProvider");
|
||||
props.put("security.provider.6", "com.sun.security.sasl.Provider");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -285,7 +285,6 @@ public abstract class Signature extends SignatureSpi {
|
|||
signatureInfo.put("sun.security.rsa.RSASignature$SHA384withRSA", TRUE);
|
||||
signatureInfo.put("sun.security.rsa.RSASignature$SHA512withRSA", TRUE);
|
||||
signatureInfo.put("sun.security.rsa.RSAPSSSignature", TRUE);
|
||||
signatureInfo.put("com.sun.net.ssl.internal.ssl.RSASignature", TRUE);
|
||||
signatureInfo.put("sun.security.pkcs11.P11Signature", TRUE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue