Package org.bouncycastle.crypto
Class CryptoServicesPermission
java.lang.Object
java.security.Permission
org.bouncycastle.crypto.CryptoServicesPermission
- All Implemented Interfaces:
Serializable
,Guard
Permissions that need to be configured if a SecurityManager is used.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Enable the setting of the constraints.static final String
Enable the setting of the default SecureRandom.static final String
Enable the setting of global configuration properties.static final String
Enable the setting of thread local configuration properties. -
Constructor Summary
-
Method Summary
Methods inherited from class java.security.Permission
checkGuard, getName, newPermissionCollection, toString
-
Field Details
-
GLOBAL_CONFIG
Enable the setting of global configuration properties. This permission implies THREAD_LOCAL_CONFIG- See Also:
-
THREAD_LOCAL_CONFIG
Enable the setting of thread local configuration properties.- See Also:
-
DEFAULT_RANDOM
Enable the setting of the default SecureRandom.- See Also:
-
CONSTRAINTS
Enable the setting of the constraints.- See Also:
-
-
Constructor Details
-
CryptoServicesPermission
-
-
Method Details
-
implies
- Specified by:
implies
in classPermission
-
equals
- Specified by:
equals
in classPermission
-
hashCode
public int hashCode()- Specified by:
hashCode
in classPermission
-
getActions
- Specified by:
getActions
in classPermission
-