| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.
X509Certificate| Method Summary | |
 boolean | 
equals(Object another)
Compares this principal to the specified object.  | 
 String | 
getName()
Returns the name of this principal.  | 
 int | 
hashCode()
Returns a hashcode for this principal.  | 
 String | 
toString()
Returns a string representation of this principal.  | 
| Method Detail | 
public boolean equals(Object another)
equals in class Objectanother - principal to compare with.
Object.hashCode(), 
Hashtablepublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class ObjectObject.equals(java.lang.Object), 
Hashtablepublic String getName()
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.