src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2017, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    25 
    25 
    26 package com.sun.org.apache.xerces.internal.utils;
    26 package com.sun.org.apache.xerces.internal.utils;
    27 
    27 
    28 import com.sun.org.apache.xerces.internal.impl.Constants;
    28 import com.sun.org.apache.xerces.internal.impl.Constants;
    29 import javax.xml.XMLConstants;
    29 import javax.xml.XMLConstants;
       
    30 import jdk.xml.internal.SecuritySupport;
    30 
    31 
    31 /**
    32 /**
    32  * This class manages security related properties
    33  * This class manages security related properties
    33  *
    34  *
    34  */
    35  */