java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
Direct Known Subclasses:
SystemClassLoader, URLClassLoader, SubURLClassLoader
| Fields inherited from java.lang.ClassLoader: |
|---|
| classAssertionStatus, classSigners, defaultAssertionStatus, clearAssertionStatus, packageAssertionStatus |
| Constructor: |
|---|
If a {@code SecurityManager} is installed, code calling this constructor needs the {@code SecurityPermission} {@code checkCreateClassLoader} to be granted, otherwise a {@code SecurityException} will be thrown.
|
If a {@code SecurityManager} is installed, code calling this constructor needs the {@code SecurityPermission} {@code checkCreateClassLoader} to be granted, otherwise a {@code SecurityException} will be thrown.
|
| Method from java.security.SecureClassLoader Summary: |
|---|
| defineClass, defineClass, getPermissions |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.security.SecureClassLoader Detail: |
|---|
|
|
|