Package org.bouncycastle.crypto.fips
Class FipsAlgorithm
java.lang.Object
org.bouncycastle.crypto.fips.FipsAlgorithm
- All Implemented Interfaces:
Serializable
,Algorithm
- Direct Known Subclasses:
FipsDigestAlgorithm
Base class for FIPS approved algorithm identifier implementations.
- See Also:
-
Method Details
-
getName
Description copied from interface:Algorithm
Return a string representation of the algorithm. -
requiresAlgorithmParameters
public final boolean requiresAlgorithmParameters()Description copied from interface:Algorithm
Returns true if this algorithm requires additional parameter fields, false otherwise.- Specified by:
requiresAlgorithmParameters
in interfaceAlgorithm
- Returns:
- true if algorithm requires parameters.
-
equals
Description copied from interface:Algorithm
Object equals method. -
hashCode
public int hashCode()Description copied from interface:Algorithm
Object hashCode method.
-