Added SdJwtVerifier to allow dynamic creation of a JWSVerifier based on the already parsed but unverified SD-JWT. This mechanism replaces the old iss to JWK map. A default implementation to use the old mechanism is provided as TrustedIssuersSdJwtVerifier.
Added
SdJwtVerifier
to allow dynamic creation of aJWSVerifier
based on the already parsed but unverified SD-JWT. This mechanism replaces the old iss to JWK map. A default implementation to use the old mechanism is provided asTrustedIssuersSdJwtVerifier
.Closes #7