Home | History | Annotate | Download | only in util

Lines Matching refs:Security

26 package sun.security.util;
28 import java.security.AlgorithmConstraints;
29 import java.security.CryptoPrimitive;
30 import java.security.AlgorithmParameters;
32 import java.security.Key;
33 import java.security.Security;
34 import java.security.PrivilegedAction;
35 import java.security.AccessController;
49 * See the "jdk.certpath.disabledAlgorithms" specification in java.security
54 // the known security property, jdk.certpath.disabledAlgorithms
58 // the known security property, jdk.tls.disabledAlgorithms
71 * Initialize algorithm constraints with the specified security property.
73 * @param propertyName the security property name that define the disabled
264 // Get disabled algorithm constraints from the specified security property.
271 return Security.getProperty(propertyName);