public class CryptoServicesPermission
extends java.security.Permission
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONSTRAINTS
Enable the setting of the constraints.
|
static java.lang.String |
DEFAULT_RANDOM
Enable the setting of the default SecureRandom.
|
static java.lang.String |
GLOBAL_CONFIG
Enable the setting of global configuration properties.
|
static java.lang.String |
THREAD_LOCAL_CONFIG
Enable the setting of thread local configuration properties.
|
Constructor and Description |
---|
CryptoServicesPermission(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActions() |
int |
hashCode() |
boolean |
implies(java.security.Permission permission) |
public static final java.lang.String GLOBAL_CONFIG
public static final java.lang.String THREAD_LOCAL_CONFIG
public static final java.lang.String DEFAULT_RANDOM
public static final java.lang.String CONSTRAINTS
public boolean implies(java.security.Permission permission)
implies
in class java.security.Permission
public boolean equals(java.lang.Object obj)
equals
in class java.security.Permission
public int hashCode()
hashCode
in class java.security.Permission
public java.lang.String getActions()
getActions
in class java.security.Permission