public class GeneralAlgorithm extends java.lang.Object implements Algorithm
| 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.
|
public java.lang.String getName()
Algorithmpublic final boolean requiresAlgorithmParameters()
AlgorithmrequiresAlgorithmParameters in interface Algorithmpublic boolean equals(java.lang.Object o)
Algorithm