public class FipsAlgorithm 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()
Algorithm
public final boolean requiresAlgorithmParameters()
Algorithm
requiresAlgorithmParameters
in interface Algorithm
public boolean equals(java.lang.Object o)
Algorithm