8345060: Remove Security Manager dependencies from java.security.KeyStore and Identity APIs and implementations

Reviewed-by: hchao, alanb, weijun
This commit is contained in:
Sean Mullan 2024-12-02 15:23:47 +00:00
parent 1ca764454b
commit 30b8bbe255
11 changed files with 96 additions and 231 deletions

View file

@ -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 {