@FunctionalInterface public interface AlgorithmProvider
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmName(String keyId) |
String getAlgorithmName(String keyId)
keyId
- is used as lookup to find the correct configured algorithm name for this keyId
The keyId is sent in the message together with the signaturenull
)IllegalArgumentException
- if it can't provide an algorithm based on keyIdApache CXF