Class CryptoServicesPermission

    • Field Detail

      • GLOBAL_CONFIG

        public static final String GLOBAL_CONFIG
        Enable the setting of global configuration properties. This permission implies THREAD_LOCAL_CONFIG
        See Also:
        Constant Field Values
      • THREAD_LOCAL_CONFIG

        public static final String THREAD_LOCAL_CONFIG
        Enable the setting of thread local configuration properties.
        See Also:
        Constant Field Values
      • DEFAULT_RANDOM

        public static final String DEFAULT_RANDOM
        Enable the setting of the default SecureRandom.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CryptoServicesPermission

        public CryptoServicesPermission​(String name)