Class StaticAttestationKeyResolver
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.keybinding.StaticAttestationKeyResolver
- All Implemented Interfaces:
AttestationKeyResolver
Simple static implementation of AttestationKeyResolver using an in-memory trusted map.
- Author:
- Rodrick Awambeng
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StaticAttestationKeyResolver
-
-
Method Details
-
resolveKey
Description copied from interface:AttestationKeyResolver
Resolves a JWK for the given kid, header, and payload context. Returns null if the key cannot be resolved or is not trusted.- Specified by:
resolveKey
in interfaceAttestationKeyResolver
-