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
Fields -
Constructor Summary
Constructors -
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:
-
-
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
-