Class CryptoServicesPermission

java.lang.Object
java.security.Permission
org.bouncycastle.crypto.CryptoServicesPermission
All Implemented Interfaces:
Serializable, Guard

public class CryptoServicesPermission extends Permission
Permissions that need to be configured if a SecurityManager is used.
See Also:
  • Field Details

    • GLOBAL_CONFIG

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

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

      public static final String DEFAULT_RANDOM
      Enable the setting of the default SecureRandom.
      See Also:
    • CONSTRAINTS

      public static final String CONSTRAINTS
      Enable the setting of the constraints.
      See Also:
  • Constructor Details

    • CryptoServicesPermission

      public CryptoServicesPermission(String name)
  • Method Details