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