|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed: This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
java.security.cert.X509Certificate
Method Summary | |
boolean |
equals(Object another)
Suppressed: Compares this principal to the specified object. |
String |
getName()
Enabled: Returns the name of this principal. |
int |
hashCode()
Suppressed: Returns a hashcode for this principal. |
String |
toString()
Suppressed: Returns a string representation of this principal. |
Method Detail |
public boolean equals(Object another)
equals
in class Object
another
- principal to compare with.
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |