jdk/src/java.base/share/classes/sun/security/provider/DSAKeyFactory.java
changeset 37593 824750ada3d6
parent 25859 3317bb8137f4
child 37781 71ed5645f17c
equal deleted inserted replaced
37592:c80f098887f4 37593:824750ada3d6
    68          * If false, then we generate sun.security.provider.DSAPublicKeyImpl.
    68          * If false, then we generate sun.security.provider.DSAPublicKeyImpl.
    69          *
    69          *
    70          * By default this is false.
    70          * By default this is false.
    71          * This incompatibility was introduced by 4532506.
    71          * This incompatibility was introduced by 4532506.
    72          */
    72          */
    73         String prop = AccessController.doPrivileged
    73         String prop = GetPropertyAction.getProperty(SERIAL_PROP);
    74                 (new GetPropertyAction(SERIAL_PROP, null));
       
    75         SERIAL_INTEROP = "true".equalsIgnoreCase(prop);
    74         SERIAL_INTEROP = "true".equalsIgnoreCase(prop);
    76     }
    75     }
    77 
    76 
    78     /**
    77     /**
    79      * Generates a public key object from the provided key specification
    78      * Generates a public key object from the provided key specification