Security
Class Security
- java.lang.Object
-
- java.security.Security
public final class Security extends Object
This class centralizes all security properties and common security methods. One of its primary uses is to manage providers.
The default values of security properties are read from an implementation-specific location, which is typically the properties file lib/security/java.security
in the Java installation directory.
Methods
getAlgorithmProperty
@Deprecated public static String getAlgorithmProperty(String algName, String propName)
Deprecated.登录查看完整内容