Interface MessageDigestAlgorithm
-
- All Superinterfaces:
Algorithm,AlgorithmIdentifierAware
- All Known Implementing Classes:
MessageDigestAlgorithmImpl
public interface MessageDigestAlgorithm extends AlgorithmIdentifierAware
Representation of a message digest algorithm.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AlgorithmTypegetType()Gets the algorithm type.-
Methods inherited from interface se.swedenconnect.security.algorithms.Algorithm
getJcaName, getOrder, getUri, isBlacklisted
-
Methods inherited from interface se.swedenconnect.security.algorithms.AlgorithmIdentifierAware
getAlgorithmIdentifier
-
-
-
-
Method Detail
-
getType
default AlgorithmType getType()
Gets the algorithm type.
-
-