Package org.bouncycastle.crypto.general
Class GeneralAlgorithm
java.lang.Object
org.bouncycastle.crypto.general.GeneralAlgorithm
- All Implemented Interfaces:
Serializable
,Algorithm
- Direct Known Subclasses:
GeneralDigestAlgorithm
Base class for the marker/algorithm ids for non-FIPS algorithms.
- 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.
-