java.security
Class CodeSource
java.lang.Object
java.security.CodeSource
- All Implemented Interfaces:
- Serializable
public class CodeSource
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeSource
public CodeSource(URL var0,
Certificate[] var1)
getCertificates
public final Certificate[] getCertificates()
getLocation
public final URL getLocation()
implies
public boolean implies(CodeSource var0)