public class CryptoServicesPermission extends Permission
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_RANDOM
Enable the setting of the default SecureRandom.
|
static String |
GLOBAL_CONFIG
Enable the setting of global configuration properties.
|
static String |
THREAD_LOCAL_CONFIG
Enable the setting of thread local configuration properties.
|
| Constructor and Description |
|---|
CryptoServicesPermission(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getActions() |
int |
hashCode() |
boolean |
implies(Permission permission) |
checkGuard, getName, newPermissionCollection, toStringpublic static final String GLOBAL_CONFIG
public static final String THREAD_LOCAL_CONFIG
public static final String DEFAULT_RANDOM
public CryptoServicesPermission(String name)
public boolean implies(Permission permission)
implies in class Permissionpublic boolean equals(Object obj)
equals in class Permissionpublic int hashCode()
hashCode in class Permissionpublic String getActions()
getActions in class PermissionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.