Generated by
JDiff

Class java.security.SecureClassLoader

Documentation changed from old to new.

Changed Constructors
SecureClassLoader(ClassLoader) Documentation changed from old to new.
Creates a new SecureClassLoader using the specified parent class loader for delegation.
 

Changed Methods
PermissionCollection getPermissions(CodeSource) Documentation changed from old to new.
Returns the permissions for the given CodeSource object.
Class defineClass(String, byte[], int, int, CodeSource) Documentation changed from old to new.
Converts an array of bytes into an instance of class Class with an optional CodeSource.