public interface Permission
java.security.Permission.boolean equals(Object perm)
Permission
(passed as an Object) is the same as this permission.equals in class Objectperm - The permission to check for equalitytrue if the specified permission is the same as this one, false otherwiseObject.hashCode()String toString()
Permission as a String.toString in class ObjectString representing this permission.Object.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)