Package org.bouncycastle.crypto.fips
Class FipsAlgorithm
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsAlgorithm
-
- All Implemented Interfaces:
java.io.Serializable,Algorithm
- Direct Known Subclasses:
FipsDigestAlgorithm
public class FipsAlgorithm extends java.lang.Object implements Algorithm
Base class for FIPS approved algorithm identifier implementations.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Object equals method.java.lang.StringgetName()Return a string representation of the algorithm.inthashCode()Object hashCode method.booleanrequiresAlgorithmParameters()Returns true if this algorithm requires additional parameter fields, false otherwise.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:AlgorithmReturn a string representation of the algorithm.
-
requiresAlgorithmParameters
public final boolean requiresAlgorithmParameters()
Description copied from interface:AlgorithmReturns true if this algorithm requires additional parameter fields, false otherwise.- Specified by:
requiresAlgorithmParametersin interfaceAlgorithm- Returns:
- true if algorithm requires parameters.
-
equals
public boolean equals(java.lang.Object o)
Description copied from interface:AlgorithmObject equals method.
-
-