| java.lang.Object | |
| ↳ | java.security.CodeSigner |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compares the argument to the receiver, and returns true if they represent
the same object using a class specific comparison.
| |||||||||||
Returns an integer hash code for the receiver.
| |||||||||||
Returns a string containing a concise, human-readable description of the
receiver.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
| |||||||||||
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. The implementation in Object returns true only if the argument is the exact same object as the receiver (==).
| obj | Object the object to compare with this object. |
|---|
true if the object is the same as this
object false if it is different from this object.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.
Returns a string containing a concise, human-readable description of the receiver.