Home » openjdk-7 » javax » crypto » [javadoc | source]
javax.crypto
final class: CryptoAllPermissionCollection [javadoc | source]
java.lang.Object
   java.security.PermissionCollection
      javax.crypto.CryptoAllPermissionCollection

All Implemented Interfaces:
    java$io$Serializable, Serializable

A CryptoAllPermissionCollection stores a collection of CryptoAllPermission permissions.
Constructor:
 CryptoAllPermissionCollection() 
Method from javax.crypto.CryptoAllPermissionCollection Summary:
add,   elements,   implies
Methods from java.security.PermissionCollection:
add,   elements,   implies,   isReadOnly,   setReadOnly,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.crypto.CryptoAllPermissionCollection Detail:
 public  void add(Permission permission) 
    Adds a permission to the CryptoAllPermissions.
 public Enumeration elements() 
    Returns an enumeration of all the CryptoAllPermission objects in the container.
 public boolean implies(Permission permission) 
    Check and see if this set of permissions implies the permissions expressed in "permission".