public interface Key
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Return true if o is an equivalent key to this.
|
Algorithm |
getAlgorithm()
The algorithm the key is for.
|
int |
hashCode()
Return the hashCode for the key.
|
Algorithm getAlgorithm()
boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - object to compare to.int hashCode()
hashCode in class java.lang.Object