Searched defs:CodeSource (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSource.java48 public class CodeSource implements java.io.Serializable { class in inherits:java.io.Serializable
76 * Constructs a CodeSource and associates it with the specified
84 public CodeSource(URL url, java.security.cert.Certificate certs[]) { method in class:CodeSource
94 * Constructs a CodeSource and associates it with the specified
103 public CodeSource(URL url, CodeSigner[] signers) { method in class:CodeSource
127 * object. Two CodeSource objects are considered equal if their
141 if (!(obj instanceof CodeSource))
144 CodeSource cs = (CodeSource) obj;
160 * Returns the location associated with this CodeSource
[all...]

Completed in 31 milliseconds