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