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

All Implemented Interfaces:
    java$io$Serializable, Serializable

A CryptoPermissionCollection stores a set of CryptoPermission permissions.
Constructor:
 CryptoPermissionCollection() 
Method from javax.crypto.CryptoPermissionCollection 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.CryptoPermissionCollection Detail:
 public  void add(Permission permission) 
    Adds a permission to the CryptoPermissionCollection.
 public Enumeration elements() 
    Returns an enumeration of all the CryptoPermission objects in the container.
 public boolean implies(Permission permission) 
    Check and see if this CryptoPermission object implies the given Permission object.