Package org.bouncycastle.crypto.fips
Class FipsDigestAlgorithm
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsAlgorithm
-
- org.bouncycastle.crypto.fips.FipsDigestAlgorithm
-
- All Implemented Interfaces:
java.io.Serializable
,Algorithm
,DigestAlgorithm
public class FipsDigestAlgorithm extends FipsAlgorithm implements DigestAlgorithm
Marker class for a FIPS approved digest algorithm- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.bouncycastle.crypto.fips.FipsAlgorithm
equals, getName, hashCode, requiresAlgorithmParameters
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.Algorithm
equals, getName, hashCode, requiresAlgorithmParameters
-
-