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, toString
public 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 Permission
public boolean equals(Object obj)
equals
in class Permission
public int hashCode()
hashCode
in class Permission
public String getActions()
getActions
in class Permission
Copyright © 2020 BouncyCastle.org. All rights reserved.