Located in compilation unit of javax.
CryptoAllPermissionCollection
stores a collection
of CryptoAllPermission
objects.
java.security.Permission
, java.security.Permissions
, javax.crypto.CryptoPermission
Modifier and Type | Field and Description |
---|---|
private boolean | |
private static final long |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public void | add(Permission
the permission)Permission object to add.Implements abstract java. Adds a permission to |
public Enumeration | Returns: an enumeration of allCryptoAllPermission objects.Implements abstract java. Returns an enumeration of all the |
public boolean | Returns: true if the given permission is implied by this
CryptoAllPermissionCollection object.the permission)Permission object to compareImplements abstract java. Check and see if this set of permissions implies the permissions expressed in "permission". |
all_allowed | back to summary |
---|---|
private boolean all_allowed |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
CryptoAllPermissionCollection | back to summary |
---|---|
pack-priv CryptoAllPermissionCollection() Create an empty |
add | back to summary |
---|---|
public void add(Permission permission) Implements abstract java. Adds a permission to
|
elements | back to summary |
---|---|
public Enumeration Implements abstract java. Returns an enumeration of all the
|
implies | back to summary |
---|---|
public boolean implies(Permission permission) Implements abstract java. Check and see if this set of permissions implies the permissions expressed in "permission".
|