mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8345060: Remove Security Manager dependencies from java.security.KeyStore and Identity APIs and implementations
Reviewed-by: hchao, alanb, weijun
This commit is contained in:
parent
1ca764454b
commit
30b8bbe255
11 changed files with 96 additions and 231 deletions
|
@ -89,7 +89,7 @@ final class KeyProtector {
|
|||
*/
|
||||
static {
|
||||
int iterationCount = DEFAULT_ITERATION_COUNT;
|
||||
String ic = SecurityProperties.privilegedGetOverridable(
|
||||
String ic = SecurityProperties.getOverridableProperty(
|
||||
"jdk.jceks.iterationCount");
|
||||
if (ic != null && !ic.isEmpty()) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue