public interface Principal
X509Certificate| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object another)
Compares this principal to the specified object. 
 | 
int | 
hashCode()
Returns a hashcode for this principal. 
 | 
String | 
toString()
Returns a string representation of this principal. 
 | 
boolean equals(@Nullable Object another)
equals in class Objectanother - principal to compare with.Object.hashCode(), 
HashMapint hashCode()
hashCode in class ObjectObject.equals(java.lang.Object), 
System.identityHashCode(java.lang.Object)