@FunctionalInterface @Deprecated public interface PublicKeyProvider extends KeyProvider
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
getKey(String keyId)
Deprecated.
Resolve a Key based on the keyId
|
PublicKey getKey(String keyId)
KeyProvidergetKey in interface KeyProviderkeyId - 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