public boolean implies(ProtectionDomain pd, Permission p) {
   return perms.implies(p);
 }