public interface Algorithm
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Object equals method.
|
java.lang.String |
getName()
Return a string representation of the algorithm.
|
int |
hashCode()
Object hashCode method.
|
boolean |
requiresAlgorithmParameters()
Returns true if this algorithm requires additional parameter fields, false otherwise.
|
java.lang.String getName()
boolean requiresAlgorithmParameters()
boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to be checked for equality.int hashCode()
hashCode
in class java.lang.Object