Interface MacAlgorithm
- All Superinterfaces:
Algorithm
,JoseAlgorithm
- All Known Implementing Classes:
MacAlgorithmImpl
Representation of a MAC algorithm.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionGets the message digest algorithm that this MAC algorithm uses.default AlgorithmType
getType()
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.JoseAlgorithm
getJoseAlgorithm
-
Method Details
-
getType
Gets the algorithm type. -
getMessageDigestAlgorithm
MessageDigestAlgorithm getMessageDigestAlgorithm()Gets the message digest algorithm that this MAC algorithm uses.- Returns:
- the message digest algorithm
-