test/lib/jdk/test/lib/security/JDKSecurityProperties.java
changeset 55039 4947a097db60
parent 52621 f7309a1491d9
equal deleted inserted replaced
55038:4ccc8d8bc02b 55039:4947a097db60
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27 import java.security.Security;
    27 import java.security.Security;
    28 
    28 
    29 public final class JDKSecurityProperties {
    29 public final class JDKSecurityProperties {
    30 
    30 
    31     public static final List<String> jdkProps = List.of(
    31     public static final List<String> jdkProps = List.of(
    32         "com.sun.CORBA.ORBIorTypeCheckRegistryFilter",
       
    33         "crypto.policy",
    32         "crypto.policy",
    34         "jceks.key.serialFilter",
    33         "jceks.key.serialFilter",
    35         "jdk.certpath.disabledAlgorithms",
    34         "jdk.certpath.disabledAlgorithms",
    36         "keystore.type",
    35         "keystore.type",
    37         "krb5.kdc.bad.policy",
    36         "krb5.kdc.bad.policy",