Package org.bouncycastle.crypto
Interface DigestAlgorithm
-
- All Superinterfaces:
Algorithm
,java.io.Serializable
- All Known Implementing Classes:
FipsDigestAlgorithm
,GeneralDigestAlgorithm
public interface DigestAlgorithm extends Algorithm
Marker interface for a digest algorithm
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.crypto.Algorithm
equals, getName, hashCode, requiresAlgorithmParameters
-
-