java.lang.Object | ||
java.security.CodeSource | Serializable |
CodeSource(URL location, Certificate[] certs) | ||||||
Constructs a new instance of this class with its url and certificates fields filled in from the arguments. | ||||||
CodeSource(URL location, CodeSigner[] signers) |
boolean | equals(Object obj) | |||||
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. | ||||||
final | Certificate[] | getCertificates() | ||||
Returns the certificates held onto by the receiver. | ||||||
final | CodeSigner[] | getCodeSigners() | ||||
final | URL | getLocation() | ||||
Returns the receiver's location. | ||||||
int | hashCode() | |||||
Returns an integer hash code for the receiver. | ||||||
boolean | implies(CodeSource cs) | |||||
Indicates whether the argument code source is implied by the receiver. | ||||||
String | toString() | |||||
Returns a string containing a concise, human-readable description of the receiver. |
location | URL the URL. |
---|---|
certs | Certificate[] the Certificates. |
obj | the object to compare with this object |
---|
true
if the object is the same as this object
false
if it is different from this objecttrue
when passed to .equals
must
answer the same value for this method.
cs | CodeSource the code source to check |
---|
true
if the argument code source is
implied by the receiver, and false
if it is not.Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |