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 Object
another
- principal to compare with.Object.hashCode()
,
HashMap
int hashCode()
hashCode
in class Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)