| java.lang.Object | |
| ↳ | java.security.CodeSource |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance of this class with its url and certificates
fields filled in from the arguments.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compares the argument to the receiver, and returns true if they represent
the same object using a class specific comparison.
| |||||||||||
Returns the certificates held onto by the receiver.
| |||||||||||
Returns the receiver's location.
| |||||||||||
Returns an integer hash code for the receiver.
| |||||||||||
Indicates whether the argument code source is implied by the receiver.
| |||||||||||
Returns a string containing a concise, human-readable description of the
receiver.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
| |||||||||||
Constructs a new instance of this class with its url and certificates fields filled in from the arguments.
| location | URL the URL. |
|---|---|
| certs | Certificate[] the Certificates. |
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. In this case, the receiver and the object must have the same URL and the same collection of 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 objectReturns the certificates held onto by the receiver.
Returns the receiver's location.
Returns an integer hash code for the receiver. Any two objects which
answer true when passed to .equals must
answer the same value for this method.
Indicates whether the argument code source is implied by the receiver.
| cs | CodeSource the code source to check |
|---|
true if the argument code source is
implied by the receiver, and false if it is not.Returns a string containing a concise, human-readable description of the receiver.